Skip to main content
Tab

ASPxGridSettings.ShowHeaderFilterListBoxSearchUI Property

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool ShowHeaderFilterListBoxSearchUI { get; set; }

Property Value

Type Default Description
Boolean true

true, to display the search UI within the grid column’s header filter; otherwise, false.

Remarks

Use the ShowHeaderFilterListBoxSearchUI property to control whether the search UI is visible within the grid’s header filter.

ASPxGridView-HeaderFilter-SearchUI

To enable the search UI’s compact mode, use the GridHeaderFilterListBoxSearchUISettings.UseCompactView property.

ASPxGridView-HeaderFilter-SearchUICompact

Note

Online Demos Refer to the ASPxGridView - Header Filter online demo to review how to filter ASPxGridView data using the Header Filter.

See Also