Skip to main content
A newer version of this page is available. .

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.v20.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:

Library Object Type Path to AllowAutoFilter
ASP.NET Controls and MVC Extensions ASPxTreeList
.SettingsBehavior .AllowAutoFilter
ASP.NET MVC Extensions MVCxTreeList
.SettingsBehavior .AllowAutoFilter
TreeListSettings
.SettingsBehavior .AllowAutoFilter
TreeListSettings<RowType>
.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