TreeListSettingsBehavior.AllowHeaderFilter Property
Specifies whether filtering using the header filter is allowed.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Allow |
---|---|
ASPx |
|
#Remarks
Use the AllowHeaderFilter property to allow filtering using the header filter for tree list columns. To allow filtering for a particular column, use the TreeListDataColumn.AllowHeaderFilter property.
Note
Online Demos Refer to the Tree List - Header Filter (Web Forms) online demo to review how to filter Tree List data nodes using the Header Filter.