Skip to main content
All docs
V24.1

IListEditorBase<TData, TValue>.KeyFieldName Property

Specifies the field name that contains unique identifiers for component items.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

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

Property Value

Type Default Description
String String.Empty

The key field’s name.

Remarks

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

See Also