'Declaration Public Property AllowFilter As System.Boolean
public System.bool AllowFilter {get; set;}
'Declaration Public Property AllowFilter As System.Boolean
public System.bool AllowFilter {get; set;}
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.