GridColumnCommands.ClearColumnFilter Property
In This Article
Removes the filter condition applied to a column.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Property Value
Type | Description |
---|---|
ICommand | A command that implements the ICommand interface. |
#Remarks
Corresponding Method: DataControlBase.ClearColumnFilter.
See Also