Class RatingExtender
- Namespace
- AjaxControlToolkit
- Assembly
- AjaxControlToolkit.dll
[ClientScriptResource("Sys.Extended.UI.RatingBehavior", "Rating")]
public class RatingExtender : ExtenderControlBase, IControlResolver
- Inheritance
-
RatingExtender
- Implements
-
- Inherited Members
-
Constructors
Properties
[ExtenderControlProperty]
[ClientPropertyName("callbackID")]
public string CallbackID { get; set; }
Property Value
- string
[ExtenderControlProperty]
[RequiredProperty]
[ClientPropertyName("emptyStarCssClass")]
public string EmptyStarCssClass { get; set; }
Property Value
- string
[ExtenderControlProperty]
[RequiredProperty]
[ClientPropertyName("filledStarCssClass")]
public string FilledStarCssClass { get; set; }
Property Value
- string
[ExtenderControlProperty(true, true)]
[ClientPropertyName("_isServerControl")]
public bool IsServerControl { get; }
Property Value
- bool
[ExtenderControlProperty]
[ClientPropertyName("maxRating")]
public int MaxRating { get; set; }
Property Value
- int
[ExtenderControlProperty]
[ClientPropertyName("rating")]
public int Rating { get; set; }
Property Value
- int
[ExtenderControlProperty]
[ClientPropertyName("ratingDirection")]
public int RatingDirection { get; set; }
Property Value
- int
[ExtenderControlProperty]
[ClientPropertyName("readOnly")]
public bool ReadOnly { get; set; }
Property Value
- bool
[ExtenderControlProperty]
[RequiredProperty]
[ClientPropertyName("starCssClass")]
public string StarCssClass { get; set; }
Property Value
- string
[ExtenderControlProperty]
[ClientPropertyName("tag")]
public string Tag { get; set; }
Property Value
- string
[ExtenderControlProperty]
[RequiredProperty]
[ClientPropertyName("waitingStarCssClass")]
public string WaitingStarCssClass { get; set; }
Property Value
- string