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

TreeList.ActiveFilterEnabled Property

Gets or sets whether the filtering functionality is enabled.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
[XtraSerializablePropertyId(3)]
[DXCategory("Behavior")]
public virtual bool ActiveFilterEnabled { get; set; }

Property Value

Type Default Description
Boolean **true**

true to enable filtering; otherwise false.

Remarks

If the filtering functionality is enabled, the control displays the data that meets the current filter criteria (TreeList.ActiveFilter). Set the ActiveFilterEnabled property to false to temporarily disable the filter.

An end-user can temporarily disable the filter by unchecking the Enable Filter check box within the Filter Panel.

See Also