IHierarchicalItem.Children Property
Returns an item’s child items.
Namespace: DevExpress.TreeMap
Assembly: DevExpress.TreeMap.v25.1.Core.dll
NuGet Package: DevExpress.TreeMap.Core
Declaration
Property Value
| Type | Description |
|---|---|
| IList<IHierarchicalItem> | A collection of items that implement the IHierarchicalItem interface. |
See Also