Back to Devexpress

DataViewCommandsBase.ShowFilterEditor Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewcommandsbase-0d9c34f7.md

latest1.2 KB
Original Source

DataViewCommandsBase.ShowFilterEditor Property

Shows the Filter Editor.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
ICommand

A command implementing the ICommand.

|

Remarks

Corresponding Method: DataViewBase.ShowFilterEditor.

See Also

DataViewCommandsBase Class

DataViewCommandsBase Members

DevExpress.Xpf.Grid Namespace