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

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

NuGet Package: DevExpress.Blazor

Declaration

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

Property Value

Type Description
String

The item collection name.

Remarks

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

See Also