Skip to main content

TreeList.ActiveFilterInfo Property

Gets the total filter expression.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public TreeListFilterInfo ActiveFilterInfo { get; }

Property Value

Type Description
DevExpress.XtraTreeList.TreeListFilterInfo

A DevExpress.XtraTreeList.TreeListFilterInfo object specifying the total filter expression.

See Also