TreeListSettingsBehavior.AllowAutoFilter Property
Gets or sets whether filtering can be applied to the tree list data columns.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v25.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 AllowAutoFilter |
|---|---|
| ASPxTreeList |
|
Remarks
If the AllowAutoFilter property is set to true, the filter button is displayed within the columns header.
For more information, see Filtering.
See Also