Skip to main content
All docs
V25.1
  • IListEditorBase<TData, TValue>.KeyFieldName Property

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

    Namespace: DevExpress.Blazor

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

    See Also