Back to Devexpress

PivotGridControl.IsFilterEditorVisible Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-47124c2c.md

latest1.4 KB
Original Source

PivotGridControl.IsFilterEditorVisible Property

Gets or sets whether or not the Filter Editor is invoked. This is a dependency property.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public bool IsFilterEditorVisible { get; set; }
vb
Public Property IsFilterEditorVisible As Boolean

Property Value

TypeDescription
Boolean

true if the Filter Editor is visible; otherwise, false.

|

Remarks

To show the Filter Editor, use the PivotGridControl.ShowFilterEditor() method. The PivotGridControl.HideFilterEditor() method hides the Filter Editor.

See Also

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace