Skip to main content

IDataMapping.ParentKeyField Property

Specifies a data field that contains a parent item’s identifier.

Namespace: DevExpress.Blazor.Base

Assembly: DevExpress.Blazor.v25.2.dll

NuGet Package: DevExpress.Blazor

Declaration

string ParentKeyField { get; set; }

Property Value

Type Description
String

The field name.

Remarks

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

See Also