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


In This Topic
    WaitingStarCssClass Property
    In This Topic
    Gets or sets the CSS class that defines the style of the waiting rating star.
    Syntax
    'Declaration
     
    
    Public Property WaitingStarCssClass As String
    'Usage
     
    
    Dim instance As RatingCellType
    Dim value As String
     
    instance.WaitingStarCssClass = value
     
    value = instance.WaitingStarCssClass
    public string WaitingStarCssClass {get; set;}

    Property Value

    String containing the name of the CSS class
    Example
    See Also