Back to Devexpress

GridCommands.ClearColumnFilter Property

wpf-devexpress-dot-xpf-dot-grid-dot-gridcommands-d42158ba.md

latest1.2 KB
Original Source

GridCommands.ClearColumnFilter Property

Removes the filter condition applied to a column.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public static RoutedCommand ClearColumnFilter { get; }
vb
Public Shared ReadOnly Property ClearColumnFilter As RoutedCommand

Property Value

TypeDescription
RoutedCommand

The command which removes the filter condition applied to a column.

|

Remarks

Corresponding Method: DataControlBase.ClearColumnFilter.

See Also

GridCommands Class

GridCommands Members

DevExpress.Xpf.Grid Namespace