ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1FilterField Class / ShowFilter Property

In This Topic
    ShowFilter Property (C1FilterField)
    In This Topic
    Gets or sets value indicating whether filter text box will be shown in the filter row of the C1GridView control or not.
    Syntax
    'Declaration
     
    Public Overridable Property ShowFilter As System.Boolean
    public virtual System.bool ShowFilter {get; set;}

    Property Value

    The default value is true.
    See Also