TreeList.ActiveFilterInfo Property
Gets the total filter expression.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v26.1.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