Skip to main content
A newer version of this page is available. .

TreeListSettings.ShowHeaderFilterListBoxSearchUI Property

Gets or sets a value specifying whether the list box’s search UI is enabled within the tree list column’s header filter.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v19.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

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

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowHeaderFilterListBoxSearchUI
ASPxTreeList
.Settings.ShowHeaderFilterListBoxSearchUI
MVCxTreeList
.Settings.ShowHeaderFilterListBoxSearchUI
TreeListSettings
.Settings.ShowHeaderFilterListBoxSearchUI
TreeListSettings<RowType>
.Settings.ShowHeaderFilterListBoxSearchUI

Remarks

Use the ShowHeaderFilterListBoxSearchUI property to control whether the search UI is visible within the tree list’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 Tree List - Header Filter online demo to review how to filter Tree List data nodes using the Header Filter.

See Also