Skip to main content
All docs
V24.1

ITreeList.HasChildrenFieldName Property

Specifies the field name that defines whether a node has children.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

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

Property Value

Type Default Description
String null

The field name that defines whether a node has children.

Remarks

Refer to the HasChildrenFieldName property description for more information and an example.

See Also