AllowFiltering Property (SfDataGrid)
Gets or sets a value that indicates whether the filtering is enabled in SfDataGrid.
Syntax
Property Value
true if the filtering is enabled in SfDataGrid ; otherwise, false.The default value is false.Remarks
The filtering operation can be canceled or customized through FilterChanging and FilterChanged events in SfDataGrid.
AssemblyVersion
Syncfusion.SfGrid.UWP: 17.3460.0.26
See Also