Back to Devexpress

PivotGridControl.ShowFilterPanel Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-8c916e0d.md

latest1.6 KB
Original Source

PivotGridControl.ShowFilterPanel Property

Gets whether the Filter Panel is displayed within the PivotGridControl. 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 ShowFilterPanel { get; }
vb
Public ReadOnly Property ShowFilterPanel As Boolean

Property Value

TypeDescription
Boolean

true if a filter panel is displayed within the PivotGridControl; otherwise, false.

|

Remarks

To specify whether to display the Filter Panel in the PivotGridControl, use the PivotGridControl.ShowFilterPanelMode property.

See Also

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace