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

StyleFormatConditionCollection.TreeListControl Property

Gets a TreeList control that owns the current collection.

Namespace: DevExpress.XtraTreeList.StyleFormatConditions

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

[Browsable(false)]
public TreeList TreeListControl { get; }

Property Value

Type Description
TreeList

A TreeList object which is the owner of the current collection.

See Also