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

In This Topic
    FilterOnSelect Property
    In This Topic
    Gets or sets a value indicating whether the filtering will be performed immediately once a filter operator is selected.
    Syntax
    'Declaration
     
    Public Property FilterOnSelect As System.Boolean
    public System.bool FilterOnSelect {get; set;}

    Property Value

    The default value is true.
    See Also