Skip to main content

IGrid.KeyFieldNames Property

Specifies the names of data fields that contain key values. The combination of key values forms a unique identifier for a Grid data item.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

IReadOnlyList<string> KeyFieldNames { get; set; }

Property Value

Type Description
IReadOnlyList<String>

The list of key field names.

Remarks

Refer to the KeyFieldNames method description for more information and an example.

See Also