Skip to main content
A newer version of this page is available. .

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.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

[Parameter]
public string ParentKey { get; set; }

Property Value

Type Description
String

The parent’s identifier.

Remarks

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

See Also