Skip to main content

DxDataMappingBase<TModel>.Children Property

Specifies the name of a collection that contains component items. This property is required to bind the component to hierarchical data.

Namespace: DevExpress.Blazor.Base

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

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

Property Value

Type Default Description
String null

The item collection name.

Remarks

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

See Also