IComboBoxSettings.KeyFieldName Property
Specifies the key field used for data item identification when the list editor uses a business object as a value.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v26.1.dll
Declaration
[DefaultValue(null)]
[Parameter]
string KeyFieldName { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| String | null | The key field name. |
Remarks
Refer to the KeyFieldName property description for additional information and an example.
See Also