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