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