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

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
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