Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool AllowAutoFilter { get; set; }

Property Value

Type Default Description
Boolean true

true, to enable auto filter row for all tree list columns.

Property Paths

You can access this nested property as listed below:

Object Type Path to AllowAutoFilter
ASPxTreeList
.SettingsBehavior .AllowAutoFilter

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