Back to Devexpress

PivotGridCommands.HideFilterEditor Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcommands-2b55e7a7.md

latest1.5 KB
Original Source

PivotGridCommands.HideFilterEditor Property

Hides the Filter Editor.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

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

Property Value

TypeDescription
RoutedCommand

A RoutedCommand object that defines a command implementing the ICommand, and is routed through the element tree.

|

Remarks

Corresponding Method: PivotGridControl.HideFilterEditor().

See Also

PivotGridCommands Class

PivotGridCommands Members

DevExpress.Xpf.PivotGrid Namespace