Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetSkin Class / ShowFilterBar Property
Example


In This Topic
    ShowFilterBar Property (SheetSkin)
    In This Topic
    Gets the boolean value that indicates whether the filter bar is displayed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ShowFilterBar As Boolean
    'Usage
     
    
    Dim instance As SheetSkin
    Dim value As Boolean
     
    value = instance.ShowFilterBar
    public bool ShowFilterBar {get;}
    Example
    This example gets the ShowFilterBar property.
    See Also