Skip to main content

DxDataMappingBase<TModel>.ParentKey Property

Specifies a parent item’s identifier. This property is required to bind the component to flat data.

Namespace: DevExpress.Blazor.Base

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

[DefaultValue(null)]
[Parameter]
public string ParentKey { get; set; }

Property Value

Type Default Description
String null

The parent’s identifier.

Remarks

Refer to the DxDataMappingBase<TModel> class description for more information and examples.

See Also