Back to Devexpress

TreeListColumn.TreeList Property

windowsforms-devexpress-dot-xtratreelist-dot-columns-dot-treelistcolumn-487f0314.md

latest1.3 KB
Original Source

TreeListColumn.TreeList Property

Obtains the TreeList control to which a column belongs.

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 control to which a column belongs.

|

See Also

TreeListColumn Class

TreeListColumn Members

DevExpress.XtraTreeList.Columns Namespace