Back to Devexpress

TreeListMappings.TreeViewColumn Property

windowsforms-devexpress-dot-xtragantt-dot-treelistmappings-41298aae.md

latest1.4 KB
Original Source

TreeListMappings.TreeViewColumn Property

Gets or sets the only column whose values are displayed by the control in TreeView visual style.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

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

Property Value

TypeDefaultDescription
TreeListColumnnull

The only column whose values are displayed by the control in TreeView visual style.

|

Remarks

See the TreeList.TreeViewColumn property for more information.

See Also

TreeListMappings Class

TreeListMappings Members

DevExpress.XtraGantt Namespace