Back to Devexpress

TreeListMappings.HierarchyColumn Property

windowsforms-devexpress-dot-xtragantt-dot-treelistmappings-45bf6e09.md

latest1.5 KB
Original Source

TreeListMappings.HierarchyColumn Property

Gets or sets the column in which tree list nodes display their expand/collapse buttons.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
[DefaultValue(null)]
[DXCategory("Data")]
[XtraSerializableProperty]
public TreeListColumn HierarchyColumn { get; set; }
vb
<DXCategory("Data")>
<DefaultValue(Nothing)>
<XtraSerializableProperty>
Public Property HierarchyColumn As TreeListColumn

Property Value

TypeDefaultDescription
TreeListColumnnull

A TreeListColumn object specifying the column in which tree list nodes display their expand/collapse buttons.

|

Remarks

See the TreeList.HierarchyColumn property for more information.

See Also

TreeListMappings Class

TreeListMappings Members

DevExpress.XtraGantt Namespace