Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / DefaultRowFilter Class / ShowFilterIndicator Property
Example


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

    Property Value

    Boolean: true to display the filter indicator; false to hide it
    Example
    This example changes the text of a filter list item.
    See Also