Class RadRating
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Html
Assembly: Telerik.WebAii.Controls.Html.dll
Syntax
public class RadRating : HtmlDiv
Constructors
RadRating()
Declaration
public RadRating()
RadRating(Element)
Properties
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }
Property Value
System.String
|
Overrides
EnableToolTips
Declaration
public bool EnableToolTips { get; set; }
Property Value
System.Boolean
|
IsDirectionReversed
Declaration
public bool IsDirectionReversed { get; set; }
Property Value
System.Boolean
|
IsHorizontal
Declaration
public bool IsHorizontal { get; set; }
Property Value
System.Boolean
|
ItemCount
Declaration
public int ItemCount { get; }
Property Value
System.Int32
|
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
IFindExpression
|
Overrides
Precision
ReadOnly
Declaration
public bool ReadOnly { get; set; }
Property Value
System.Boolean
|
SelectedValue
Declaration
public decimal SelectedValue { get; set; }
Property Value
System.Decimal
|
SelectionMode
Declaration
public RatingSelectionMode SelectionMode { get; set; }
Property Value
RatingSelectionMode
|
Skin
Declaration
public string Skin { get; }
Property Value
System.String
|
Methods
AssignElement(Element)
ControlAssert()
RatingSelectItemByNumber(Int32)
Declaration
public void RatingSelectItemByNumber(int index)
Parameters
System.Int32
index
|