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


In This Topic
    FilterBar Property
    In This Topic
    Gets or sets FilterBarInfo for filterBar
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FilterBar As FilterBar
    'Usage
     
    
    Dim instance As SheetView
    Dim value As FilterBar
     
    value = instance.FilterBar
    public FilterBar FilterBar {get;}
    Example
    This example sets filter bar properties.
    See Also