Back to Devexpress

StyleFormatConditionCollection.TreeListControl Property

windowsforms-devexpress-dot-xtratreelist-dot-styleformatconditions-dot-styleformatconditioncollection.md

latest1.6 KB
Original Source

StyleFormatConditionCollection.TreeListControl Property

Gets a TreeList control that owns the current collection.

Namespace : DevExpress.XtraTreeList.StyleFormatConditions

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public TreeList TreeListControl { get; }
vb
<Browsable(False)>
Public ReadOnly Property TreeListControl As TreeList

Property Value

TypeDescription
TreeList

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

|

See Also

StyleFormatConditionCollection Class

StyleFormatConditionCollection Members

DevExpress.XtraTreeList.StyleFormatConditions Namespace