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.v19.1.dll

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:

Object Type Path to HeaderFilter
ASPxGantt
.SettingsPopup.HeaderFilter
ASPxTreeList
.SettingsPopup.HeaderFilter
GanttSettings
.SettingsPopup.HeaderFilter
MVCxGantt
.SettingsPopup.HeaderFilter
MVCxTreeList
.SettingsPopup.HeaderFilter
TreeListSettings
.SettingsPopup.HeaderFilter
TreeListSettings<RowType>
.SettingsPopup.HeaderFilter
See Also