Skip to main content
A newer version of this page is available. .

IHierarchicalItem.Children Property

Returns an item’s child items.

Namespace: DevExpress.TreeMap

Assembly: DevExpress.TreeMap.v20.2.Core.dll

NuGet Packages: DevExpress.TreeMap.Core, DevExpress.WindowsDesktop.TreeMap.Core

Declaration

IList<IHierarchicalItem> Children { get; }

Property Value

Type Description
IList<IHierarchicalItem>

A collection of items that implement the IHierarchicalItem interface.

See Also