Skip to main content

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

NuGet Package: DevExpress.Win.Gantt

Declaration

[DefaultValue(null)]
[DXCategory("Data")]
[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