Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FilterBar Class / IndicatorCssClass Property


In This Topic
    IndicatorCssClass Property
    In This Topic
    Gets or sets the CSS class for the filter bar indicator.
    Syntax
    'Declaration
     
    
    Public Property IndicatorCssClass As String
    'Usage
     
    
    Dim instance As FilterBar
    Dim value As String
     
    instance.IndicatorCssClass = value
     
    value = instance.IndicatorCssClass
    public string IndicatorCssClass {get; set;}

    Property Value

    The CSS class for the filter bar indicator.
    See Also