Skip to main content

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

NuGet Package: DevExpress.Win.Gantt

Declaration

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