Back to Devexpress

TreeListFormatRuleCollection.TreeList Property

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

latest1.6 KB
Original Source

TreeListFormatRuleCollection.TreeList Property

Gets the TreeList object that owns the current collection of formatting rules.

Namespace : DevExpress.XtraTreeList.StyleFormatConditions

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
public TreeList TreeList { get; }
vb
Public ReadOnly Property TreeList As TreeList

Property Value

TypeDescription
TreeList

A TreeList object that owns the collection of formatting rules.

|

Remarks

This property value is initialized by the constructor.

See Also

TreeListFormatRuleCollection Class

TreeListFormatRuleCollection Members

DevExpress.XtraTreeList.StyleFormatConditions Namespace