Skip to main content

PivotGridOptionsCustomization.FilterPanelVisible Property

Indicates whether the Filter Panel is visible.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v24.1.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

[PivotAPIMemberCategory(APICategory.RelationalSource)]
[XtraSerializableProperty]
public FilterPanelVisible FilterPanelVisible { get; set; }

Property Value

Type Description
DevExpress.XtraPivotGrid.FilterPanelVisible

true, to display the Filter Panel; otherwise, **false.

See Also