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

PivotGridHeaderFilterListBoxSearchUIVisibility Enum

Lists values that specify whether a search control in the popup filter is visible or hidden.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public enum PivotGridHeaderFilterListBoxSearchUIVisibility

Members

Name Description
Visible

The search control in the popup filter is visible.

Hidden

The search control in the popup filter is hidden.

Auto

The search control visibility is determined by the PivotGridWebOptionsFilter.ShowListBoxSearchUI setting.

Remarks

The values listed by this enumeration are used to set the DevExpress.Web.ASPxPivotGrid.PivotGridFilterListBoxSearchUIWebOptions.Visibility property.

See Also