Table of Contents

Class RatingExtender

Namespace
AjaxControlToolkit
Assembly
AjaxControlToolkit.dll
[ClientScriptResource("Sys.Extended.UI.RatingBehavior", "Rating")]
public class RatingExtender : ExtenderControlBase, IControlResolver
Inheritance
RatingExtender
Implements
Inherited Members

Constructors

RatingExtender()

public RatingExtender()

Properties

CallbackID

[ExtenderControlProperty]
[ClientPropertyName("callbackID")]
public string CallbackID { get; set; }

Property Value

string

EmptyStarCssClass

[ExtenderControlProperty]
[RequiredProperty]
[ClientPropertyName("emptyStarCssClass")]
public string EmptyStarCssClass { get; set; }

Property Value

string

FilledStarCssClass

[ExtenderControlProperty]
[RequiredProperty]
[ClientPropertyName("filledStarCssClass")]
public string FilledStarCssClass { get; set; }

Property Value

string

IsServerControl

[ExtenderControlProperty(true, true)]
[ClientPropertyName("_isServerControl")]
public bool IsServerControl { get; }

Property Value

bool

MaxRating

[ExtenderControlProperty]
[ClientPropertyName("maxRating")]
public int MaxRating { get; set; }

Property Value

int

Rating

[ExtenderControlProperty]
[ClientPropertyName("rating")]
public int Rating { get; set; }

Property Value

int

RatingDirection

[ExtenderControlProperty]
[ClientPropertyName("ratingDirection")]
public int RatingDirection { get; set; }

Property Value

int

ReadOnly

[ExtenderControlProperty]
[ClientPropertyName("readOnly")]
public bool ReadOnly { get; set; }

Property Value

bool

StarCssClass

[ExtenderControlProperty]
[RequiredProperty]
[ClientPropertyName("starCssClass")]
public string StarCssClass { get; set; }

Property Value

string

Tag

[ExtenderControlProperty]
[ClientPropertyName("tag")]
public string Tag { get; set; }

Property Value

string

WaitingStarCssClass

[ExtenderControlProperty]
[RequiredProperty]
[ClientPropertyName("waitingStarCssClass")]
public string WaitingStarCssClass { get; set; }

Property Value

string