Skip to main content

TreeListPopupControlSettings.HeaderFilter Property

Provides access to the Header Filter‘s settings.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v24.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:

Object Type Path to HeaderFilter
ASPxTreeList
.SettingsPopup .HeaderFilter
See Also