Back to Devexpress

TreeListFormatRule.TreeList Property

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

latest1.5 KB
Original Source

TreeListFormatRule.TreeList Property

Gets the TreeList object that owns the current formatting rule.

Namespace : DevExpress.XtraTreeList.StyleFormatConditions

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
TreeList

A TreeList object that owns the current formatting rule.

|

See Also

TreeListFormatRule Class

TreeListFormatRule Members

DevExpress.XtraTreeList.StyleFormatConditions Namespace