Skip to main content

TreeListDataColumn.AllowAutoFilter Property

Gets or sets whether filtering can be applied to the tree list data column.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean AllowAutoFilter { get; set; }

Property Value

Type Default Description
DefaultBoolean Default

One of the DefaultBoolean values.

Available values:

Name Description Return Value
True

The value is true.

0

False

The value is false.

1

Default

The value is specified by a global option or a higher-level object.

2

Remarks

If the AllowAutoFilter property is set to true, the filter button is displayed within the column header.

Use the TreeListDataColumn.AllowSort property to specify whether sorting is allowed for the tree list column.

See Also