PivotGridOptionsCustomization.FilterPanelVisible Property
In This Article
Indicates whether the Filter Panel is visible.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
[DefaultValue(FilterPanelVisible.Default)]
public FilterPanelVisible FilterPanelVisible { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
DevExpress. |
Default | true, to display the Filter Panel; otherwise, **false. |
See Also