Skip to main content

StyleFormatConditionCollection.TreeListControl Property

Gets a TreeList control that owns the current collection.

Namespace: DevExpress.XtraTreeList.StyleFormatConditions

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

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