allowFiltering property

bool allowFiltering
finalinherited

Decides whether the UI filtering should be enabled for this column.

This property has the highest priority over SfDataGrid.allowFiltering property.

See also,

  • SfDataGrid.onFilterChanging – This callback will be called if the column is being filtered through UI filtering.
  • SfDataGrid.onFilterChanged – This callback will be called if the column is filtered through UI filtering.
  • DataGridSource.filterConditions – This property holds the collection of the filter conditions which are applied for various columns.

Implementation

final bool allowFiltering;