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


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

    Property Value

    String containing the name of the CSS class
    Example
    See Also