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