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.v25.1.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. |
|
| False | The value is false. |
|
| Default | The value is specified by a global option or a higher-level object. |
|
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