Class RatingExtender
Inheritance
System.Object
RatingExtender
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
[ClientScriptResource("AjaxControlToolkit.RatingBehavior", "AjaxControlToolkit.Rating.RatingBehavior.js")]
public class RatingExtender : ExtenderControlBase, IControlResolver
Constructors
Declaration
Properties
AutoPostBack
Declaration
[ExtenderControlProperty]
public bool AutoPostBack { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[ExtenderControlProperty]
public string CallbackID { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[RequiredProperty]
[ExtenderControlProperty]
public string EmptyStarCssClass { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[RequiredProperty]
[ExtenderControlProperty]
public string FilledStarCssClass { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
public int MaxRating { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
[ExtenderControlProperty]
public int Rating { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
[ExtenderControlProperty]
public int RatingDirection { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
[ExtenderControlProperty]
public bool ReadOnly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[RequiredProperty]
[ExtenderControlProperty]
public string StarCssClass { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
public string Tag { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
[RequiredProperty]
public string WaitingStarCssClass { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements