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

Declaration

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

Property Value

Type Default Description
String "ID"

The key identifier field name.

Remarks

See the TreeList.KeyFieldName property for more information.

See Also