[]
Gets or sets a value indicating the ability of the grid to automatically filter data.
[Layout]
public 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 C1.Win.C1TrueDBGrid.C1TrueDBGrid.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.