Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web

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