IDataMapping.ChildrenField Property
Specifies a data field that contains a component item collection.
Namespace: DevExpress.Blazor.Base
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
string ChildrenField { 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