Skip to main content
All docs
V25.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.v25.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