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


In This Topic
    ShowFilterBar Property (PrintInfo)
    In This Topic
    Gets or sets whether to print the filter bar.
    Syntax
    'Declaration
     
    
    Public Property ShowFilterBar As PrintHeader
    'Usage
     
    
    Dim instance As PrintInfo
    Dim value As PrintHeader
     
    instance.ShowFilterBar = value
     
    value = instance.ShowFilterBar
    public PrintHeader ShowFilterBar {get; set;}
    Example
    This example sets the ShowFilterBar property.
    See Also