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

TreeListPopupControlSettings.HeaderFilter Property

Provides access to the Header Filter‘s settings.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public TreeListHeaderFilterPopupSettings HeaderFilter { get; }

Property Value

Type Description
TreeListHeaderFilterPopupSettings

A TreeListHeaderFilterPopupSettings object that contains the Header Filter’s settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to HeaderFilter
ASP.NET Controls and MVC Extensions ASPxTreeList
.SettingsPopup .HeaderFilter
ASP.NET MVC Extensions MVCxTreeList
.SettingsPopup .HeaderFilter
TreeListSettings
.SettingsPopup .HeaderFilter
TreeListSettings<RowType>
.SettingsPopup .HeaderFilter
See Also