Skip to main content

TreeList.ActiveFilterInfo Property

Gets the total filter expression.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v24.2.dll

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