GridHeaderFilterListBoxSearchUISettings.UseCompactView Property
Gets or sets a value specifying whether the list box’s search UI is displayed in Compact mode within the ASPxGridView header filter dropdown.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Property Paths
You can access this nested property as listed below:
Object Type | Path to UseCompactView |
---|---|
GridDataColumnHeaderFilterSettings |
|
Remarks
Use the UseCompactView property to display the search UI in Compact mode within the ASPxGridView header filter dropdown. To control the search UI visibility, use the GridHeaderFilterListBoxSearchUISettings.Visibility property.
Note
The UseCompactView property is not in effect if a list box has several columns.
See Also