windowsforms-devexpress-dot-xtratreelist-dot-treelist-307044e2.md
Retrieves the filtering criteria currently applied to this TreeList.
Namespace : DevExpress.XtraTreeList
Assembly : DevExpress.XtraTreeList.v25.2.dll
NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
[DXCategory("Behavior")]
public TreeFilter ActiveFilter { get; }
<XtraSerializableProperty(XtraSerializationVisibility.Hidden)>
<DXCategory("Behavior")>
Public ReadOnly Property ActiveFilter As TreeFilter
| Type | Description |
|---|---|
| DevExpress.XtraTreeList.TreeFilter |
A DevExpress.XtraTreeList.TreeFilter object that is the filtering criteria applied to this TreeList.
|
The ActiveFilter method returns an object of the TreeFilter type, that allows you to retrieve the following information.
You can manually edit the ActiveFilter property to apply specific filtering conditions to TreeList columns.
See Also