ListBoxFilteringSettings.UseCompactView Property
In This Article
Gets or sets a value specifying whether the list box’s search UI is displayed in Compact mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Use |
---|---|
ASPx |
|
List |
|
#Remarks
Use the UseCompactView property to display the list box’s search UI in Compact mode. To control the search UI visibility, use the ListBoxFilteringSettings.ShowSearchUI property.
Note
The Use
See Also