TreeListSettingsBehavior.AllowHeaderFilter Property
Specifies whether filtering using the header filter is allowed.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.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 AllowHeaderFilter |
---|---|
ASPxTreeList |
|
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.
See Also