Skip to main content
All docs
V26.1
  • IComboBoxSettings.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.v26.1.dll

    Declaration

    [Parameter]
    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 additional information and an example.

    See Also