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

IGrid.KeyFieldName Property

Specifies the name of a data field that contains unique identifiers for Grid data items.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.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 method description for more information and an example.

See Also