IDataMapping.ParentKeyField Property
Specifies a data field that contains a parent item’s identifier.
Namespace: DevExpress.Blazor.Base
Assembly: DevExpress.Blazor.v24.1.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 more information and examples.
See Also