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

TreeListMappings.ParentFieldName Property

Gets or sets the data source field that identifies each record’s parent.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v20.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

[DefaultValue("ParentID")]
[XtraSerializableProperty]
public string ParentFieldName { get; set; }

Property Value

Type Default Description
String "ParentID"

The parent identifier field name.

See Also