ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1FilterField Class / FilterStyle Property

In This Topic
    FilterStyle Property (C1FilterField)
    In This Topic
    Gets the style properties of the filter item.
    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 item of the C1GridView control.
    See Also