ITreeViewNodeInfo.Children Property
Returns child nodes of the current node.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
IEnumerable<ITreeViewNodeInfo> Children { get; }
Property Value
Type | Description |
---|---|
IEnumerable<ITreeViewNodeInfo> | Child nodes. |
See Also