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