Skip to main content
All docs
V26.1
  • PivotGridOptionsCustomization.FilterPanelVisible Property

    Indicates whether the Filter Panel is visible.

    Namespace: DevExpress.XtraPivotGrid

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

    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.

    See Also