windowsforms-devexpress-dot-xtratreelist-dot-treelist-5551a7cc.md
Gets or sets whether the filtering functionality is enabled.
Namespace : DevExpress.XtraTreeList
Assembly : DevExpress.XtraTreeList.v25.2.dll
NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList
[DefaultValue(true)]
[DXCategory("Behavior")]
[XtraSerializableProperty]
[XtraSerializablePropertyId(3)]
public virtual bool ActiveFilterEnabled { get; set; }
<DefaultValue(True)>
<XtraSerializableProperty>
<XtraSerializablePropertyId(3)>
<DXCategory("Behavior")>
Public Overridable Property ActiveFilterEnabled As Boolean
| Type | Default | Description |
|---|---|---|
| Boolean | true |
true to enable filtering; otherwise false.
|
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