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

TreeListMappings.KeyFieldName Property

Gets or sets the name of the key field that uniquely identifies records in the data source.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v20.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

[DefaultValue("ID")]
[XtraSerializableProperty]
public string KeyFieldName { get; set; }

Property Value

Type Default Description
String "ID"

The key identifier field name.

See Also