Skip to main content
A newer version of this page is available. .

GridColumnCommands.ClearColumnFilter Property

Removes the filter condition applied to a column.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v19.2.dll

Declaration

public ICommand ClearColumnFilter { get; }

Property Value

Type Description
ICommand

A command that implements the ICommand interface.

Remarks

Corresponding Method: DataControlBase.ClearColumnFilter.

See Also