Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / RatingCellType Class / RatingDirection Property
Example


In This Topic
    RatingDirection Property
    In This Topic
    Gets or sets the direction of the rating stars.
    Syntax
    'Declaration
     
    
    Public Property RatingDirection As AjaxControlToolkit.RatingDirection
    'Usage
     
    
    Dim instance As RatingCellType
    Dim value As AjaxControlToolkit.RatingDirection
     
    instance.RatingDirection = value
     
    value = instance.RatingDirection
    public AjaxControlToolkit.RatingDirection RatingDirection {get; set;}

    Property Value

    RatingDirection setting that specifies the direction of the rating stars
    Example
    See Also