Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TreeList.ActiveFilterEnabled Property

Gets or sets whether the filtering functionality is enabled.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v24.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