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

NuGet Packages: DevExpress.Win.Design, 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