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

In This Topic
    Mode Property (FilterSettings)
    In This Topic
    Gets or sets value indicating whether filtering will be performed automatically or not.
    Syntax
    'Declaration
     
    Public Property Mode As FilterMode
    public FilterMode Mode {get; set;}

    Property Value

    One of the FilterMode values. The default value is FilterMode.Auto.
    See Also