Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / IRowFilter Interface / ShowFilterIndicator Property


In This Topic
    ShowFilterIndicator Property (IRowFilter)
    In This Topic
    Gets or sets whether the filter indicator is displayed.
    Syntax
    'Declaration
     
    
    Property ShowFilterIndicator As Boolean
    'Usage
     
    
    Dim instance As IRowFilter
    Dim value As Boolean
     
    instance.ShowFilterIndicator = value
     
    value = instance.ShowFilterIndicator
    bool ShowFilterIndicator {get; set;}

    Property Value

    Boolean: true to display the filter indicator; false to hide it
    See Also