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

Declaration

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

Property Value

Type Default Description
String "ParentID"

The parent identifier field name.

Remarks

See the ParentFieldName property for more information.

See Also