Back to Devexpress

TreeListColumnCollection.TreeList Property

windowsforms-devexpress-dot-xtratreelist-dot-columns-dot-treelistcolumncollection.md

latest1.5 KB
Original Source

TreeListColumnCollection.TreeList Property

Gets the control that owns the collection.

Namespace : DevExpress.XtraTreeList.Columns

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
TreeList

A TreeList object representing the Tree List that owns the column collection.

|

See Also

TreeList

TreeListColumnCollection Class

TreeListColumnCollection Members

DevExpress.XtraTreeList.Columns Namespace