Back to Devexpress

GridCommands.ClearFilterColumn Property

wpf-devexpress-dot-xpf-dot-grid-dot-gridcommands-3ef38e8d.md

latest1.4 KB
Original Source

GridCommands.ClearFilterColumn Property

OBSOLETE

Instead use the 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
[Obsolete("Instead use the ClearColumnFilter property.")]
public static RoutedCommand ClearFilterColumn { get; }
vb
<Obsolete("Instead use the ClearColumnFilter property.")>
Public Shared ReadOnly Property ClearFilterColumn As RoutedCommand

Property Value

TypeDescription
RoutedCommand

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

|

Remarks

Instead, use the GridCommands.ClearColumnFilter command.

See Also

GridCommands Class

GridCommands Members

DevExpress.Xpf.Grid Namespace