London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class RatingExtender

Inheritance
System.Object
RatingExtender
Implements
Inherited Members
Namespace: AjaxControlToolkit
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
Syntax
[ClientScriptResource("AjaxControlToolkit.RatingBehavior", "AjaxControlToolkit.Rating.RatingBehavior.js")]
public class RatingExtender : ExtenderControlBase, IControlResolver

Constructors

RatingExtender()

Declaration
public RatingExtender()

Properties

AutoPostBack

Declaration
[ExtenderControlProperty]
public bool AutoPostBack { get; set; }
Property Value
Type Description
System.Boolean

CallbackID

Declaration
[ExtenderControlProperty]
public string CallbackID { get; set; }
Property Value
Type Description
System.String

EmptyStarCssClass

Declaration
[RequiredProperty]
[ExtenderControlProperty]
public string EmptyStarCssClass { get; set; }
Property Value
Type Description
System.String

FilledStarCssClass

Declaration
[RequiredProperty]
[ExtenderControlProperty]
public string FilledStarCssClass { get; set; }
Property Value
Type Description
System.String

MaxRating

Declaration
[ExtenderControlProperty]
public int MaxRating { get; set; }
Property Value
Type Description
System.Int32

Rating

Declaration
[ExtenderControlProperty]
public int Rating { get; set; }
Property Value
Type Description
System.Int32

RatingDirection

Declaration
[ExtenderControlProperty]
public int RatingDirection { get; set; }
Property Value
Type Description
System.Int32

ReadOnly

Declaration
[ExtenderControlProperty]
public bool ReadOnly { get; set; }
Property Value
Type Description
System.Boolean

StarCssClass

Declaration
[RequiredProperty]
[ExtenderControlProperty]
public string StarCssClass { get; set; }
Property Value
Type Description
System.String

Tag

Declaration
[ExtenderControlProperty]
public string Tag { get; set; }
Property Value
Type Description
System.String

WaitingStarCssClass

Declaration
[ExtenderControlProperty]
[RequiredProperty]
public string WaitingStarCssClass { get; set; }
Property Value
Type Description
System.String

Implements