Skip to main content
A newer version of this page is available. .

PivotGridOptionsCustomization.FilterPanelVisible Property

Indicates whether the Filter Panel is visible.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

[DefaultValue(FilterPanelVisible.Default)]
public FilterPanelVisible FilterPanelVisible { get; set; }

Property Value

Type Default Description
DevExpress.XtraPivotGrid.FilterPanelVisible Default

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

Property Paths

You can access this nested property as listed below:

Library Object Type Path to FilterPanelVisible
WinForms Controls PivotGridControl
.OptionsCustomization .FilterPanelVisible
Reporting XRPivotGrid
.OptionsCustomization .FilterPanelVisible
ASP.NET Web Forms Controls ASPxPivotGrid
.OptionsCustomization .FilterPanelVisible
MVCxPivotGrid
.OptionsCustomization .FilterPanelVisible
PivotGridSettings
.OptionsCustomization .FilterPanelVisible
See Also