Skip to main content
A newer version of this page is available.
All docs
V19.1

PivotGridWebOptionsFilter.ShowHiddenItems Property

Gets or sets whether to display hidden filter items as disabled.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v19.1.dll

Declaration

[DefaultValue(false)]
public bool ShowHiddenItems { get; set; }

Property Value

Type Default Description
Boolean **false**

true to display hidden filter items as disabled; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowHiddenItems
ASPxPivotGrid
.OptionsFilter.ShowHiddenItems
MVCxPivotGrid
.OptionsFilter.ShowHiddenItems
PivotGridSettings
.OptionsFilter.ShowHiddenItems

Remarks

The ShowHiddenItems property allows you to display hidden filter items as disabled. This pertains to the following items:

The following image shows filter items that have been removed by the PivotGridWebOptionsFilter.ShowOnlyAvailableItems feature displayed as disabled:

FilterDropDown_DisabledItems

Note

If the PivotGridWebOptionsFilter.ShowListBoxSearchUI property is set to true, the ShowHiddenItems property value is ignored.

See Also