PivotGridHeaderFilterListBoxSearchUIVisibility Enum
In This Article
Lists values that specify whether a search control in the popup filter is visible or hidden.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#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 Pivot |
#Remarks
The values listed by this enumeration are used to set the DevExpress.Web.ASPxPivotGrid.PivotGridFilterListBoxSearchUIWebOptions.Visibility property.
See Also