Back to Devexpress

DataViewCommandsBase.ClearFilter Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewcommandsbase-61145c78.md

latest1.2 KB
Original Source

DataViewCommandsBase.ClearFilter Property

Clears the filter.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public ICommand ClearFilter { get; }
vb
Public ReadOnly Property ClearFilter As ICommand

Property Value

TypeDescription
ICommand

A command implementing the ICommand.

|

Remarks

To clear the filter in code, set the DataControlBase.FilterString property to an empty string.

See Also

DataViewCommandsBase Class

DataViewCommandsBase Members

DevExpress.Xpf.Grid Namespace