Skip to main content

TreeList.ActiveFilterEnabled Property

Gets or sets whether the filtering functionality is enabled.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

[DefaultValue(true)]
[DXCategory("Behavior")]
[XtraSerializableProperty]
[XtraSerializablePropertyId(3)]
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