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

In This Topic
    FilterStyle Property (C1GridView)
    In This Topic
    Gets a reference to the System.Web.UI.WebControls.TableItemStyle object that enables you to set the appearance of the filter row in a C1GridView control.
    Syntax
    'Declaration
     
    Public ReadOnly Property FilterStyle As System.Web.UI.WebControls.TableItemStyle
    public System.Web.UI.WebControls.TableItemStyle FilterStyle {get;}
    Remarks
    This property is used to provide a custom style for the filter section of the column.
    See Also