IGrid.KeyFieldName Property
Specifies the name of a data field that contains unique identifiers for Grid data items.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.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