True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid.BaseGrid Namespace / Frame Class / AllowFilter Property

In This Topic
    AllowFilter Property (Frame)
    In This Topic
    Gets or sets a value indicating the ability of the grid to automatically filter data.
    Syntax
    'Declaration
     
    Public Property AllowFilter As System.Boolean
    public System.bool AllowFilter {get; set;}
    Remarks

    If True, and if the Filter Bar is active, the grid will automatically filter data.

    If False, the grid will fire the C1.Win.C1TrueDBGrid.C1TrueDBGrid.Filter event.

    If the FilterBar property is true and the user attempts to filter column data, the grid will automatically filter the column data according to the value in the Filter Bar.

    If False, the C1.Win.C1TrueDBGrid.C1TrueDBGrid.Filter event allows the application to filter the data.

    See Also