Skip to main content
All docs
V18.2

FilterConditionCollection.TreeListControl Property

Gets the control that owns the current filter condition collection.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

public TreeList TreeListControl { get; }

Property Value

Type Description
TreeList

A TreeList control that owns the current filter condition collection.

See Also