DxDataMappingBase<TModel>.Key Property
Specifies a unique item identifier. This property is required to bind the component to flat data.
Namespace: DevExpress.Blazor.Base
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
[DefaultValue(null)]
[Parameter]
public string Key { get; set; }
Property Value
Type | Default | Description |
---|---|---|
String | null | The item identifier. |
Remarks
Refer to the DxDataMappingBase<TModel> class description for more information and examples.
See Also