Skip to main content
A newer version of this page is available. .

TreeList.ActiveFilterInfo Property

Gets the total filter expression.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

[Browsable(false)]
public TreeListFilterInfo ActiveFilterInfo { get; }

Property Value

Type Description
DevExpress.XtraTreeList.TreeListFilterInfo

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

See Also