aspnet-devexpress-dot-web-dot-aspxgridsettings-0b7407f8.md
Gets or sets a value specifying whether the list box’s search UI is enabled within the grid column’s header filter.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
[DefaultValue(true)]
public bool ShowHeaderFilterListBoxSearchUI { get; set; }
<DefaultValue(True)>
Public Property ShowHeaderFilterListBoxSearchUI As Boolean
| Type | Default | Description |
|---|---|---|
| Boolean | true |
true, to display the search UI within the grid column’s header filter; otherwise, false.
|
Use the ShowHeaderFilterListBoxSearchUI property to control whether the search UI is visible within the grid’s header filter.
To enable the search UI’s compact mode, use the GridHeaderFilterListBoxSearchUISettings.UseCompactView property.
Note
Online Demos Refer to the ASPxGridView - Header Filter online demo to review how to filter ASPxGridView data using the Header Filter.
See Also