Skip to main content
All docs
V24.1

IListEditorBase<TData, TValue>.KeyFieldNames Property

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

Namespace: DevExpress.Blazor

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

See Also