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


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

    Property Value

    String containing the name of the CSS class
    Example
    See Also