Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

[DXCategory("Data")]
[DefaultValue(null)]
[XtraSerializableProperty]
public TreeListColumn TreeViewColumn { get; set; }

Property Value

Type Default Description
TreeListColumn *null*

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