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

TreeListOptionsColumnFilter.AllowFilter Property

Gets or sets whether an end-user can filter against the current column using the filter dropdown.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool AllowFilter { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if an end-user can filter against the current column using the filter dropdown; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to AllowFilter
TreeListColumn
.OptionsFilter.AllowFilter

Remarks

In version 17.1 and newer, Tree List filtering is enabled by default and managed by the TreeListOptionsCustomization.AllowFilter property. For older versions, enable the TreeListOptionsBehavior.EnableFiltering setting. The AllowFilter setting allows you to enable or disable filtering by this particular column only.

See Also