DataFilter for WinForms | ComponentOne
C1.Win.DataFilter.4.5.2 Assembly / C1.DataFilter Namespace / Filter Class / ShowHeader Property

In This Topic
    ShowHeader Property (Filter)
    In This Topic
    Gets or sets a value indicating whether to show the header or not.
    Syntax
    'Declaration
     
    Public Property ShowHeader As Boolean
    public bool ShowHeader {get; set;}
    See Also