ClassRadRating
A simple control wrapper for the RadRating for the ASP.NET AJAX.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class RadRating : HtmlDiv
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlDivRadRating
Inherited Members
Constructors
RadRating()
Initializes a new instance of the RadRating class.
Declaration
public RadRating()
RadRating(Element)
Initializes a new instance of the RadRating class.
Properties
ClientSideLocator
Gets the locator FindParam.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
EnableToolTips
Gets/Sets whether the RadRating will show toolTip or not.
IsDirectionReversed
Gets/Sets whether the RadRating's direction is reversed or not.
IsHorizontal
Gets/Sets the RadRating's orientation.
ItemCount
Gets number of RadRating's items(stars).
LocatorExpression
Gets the HtmlFindExpression that defines the pattern for a RadRating.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
Precision
Gets/Sets precision of the RadRating.
Declaration
public RatingPrecision Precision { get; set; }
Property Value
ReadOnly
Gets/Sets whether the RadRating is ReadOnly or not.
SelectedValue
Gets/Sets RadRating's value.
SelectionMode
Gets/Sets RadRating's SelectionMode.
Declaration
public RatingSelectionMode SelectionMode { get; set; }
Property Value
Methods
AssignElement(Element)
Assign the control element.
Declaration
public override void AssignElement(Element e)
Parameters
e
The underlying element object.
Overrides
ControlAssert()
Returns RadControlAssert instance initialized for this control.
Declaration
public RadControlAssert ControlAssert()
Returns
RadControlAssert instance initialized for this control.
RatingSelectItemByNumber(int)
Selects RadRating value.