Skip to main content
All docs
V24.1

ITreeList.KeyFieldName Property

Specifies the field name that contains unique identifiers for TreeList nodes.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

[DefaultValue(null)]
string KeyFieldName { get; set; }

Property Value

Type Default Description
String null

The key field’s name.

Remarks

Refer to the KeyFieldName property description for more information and an example.

See Also