TreeListMappings.TreeViewColumn Property
In This Article
Gets or sets the only column whose values are displayed by the control in TreeView visual style.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.2.dll
#Declaration
[DefaultValue(null)]
[DXCategory("Data")]
[XtraSerializableProperty]
public TreeListColumn TreeViewColumn { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Tree |
null | The only column whose values are displayed by the control in Tree |
#Remarks
See the TreeList.TreeViewColumn property for more information.
See Also