IListEditorBase<TData, TValue>.KeyFieldNames Property
In This Article
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.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
IReadOnlyList<string> KeyFieldNames { get; set; }
#Property Value
Type | Description |
---|---|
IRead |
The list of key field names. |
#Remarks
Refer to the KeyFieldNames property description for more information and an example.
See Also