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

TreeListMappings.TreeViewFieldName Property

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

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v19.2.dll

Declaration

[DXCategory("Data")]
[DefaultValue("")]
[XtraSerializableProperty]
public string TreeViewFieldName { get; set; }

Property Value

Type Default Description
String String.Empty

The name of the field whose values are displayed by the control in TreeView visual style.

Remarks

See the TreeList.TreeViewFieldName property for more information.

See Also