Skip to main content
All docs
V25.1
  • 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

    IList<IHierarchicalItem> Children { get; }

    Property Value

    Type Description
    IList<IHierarchicalItem>

    A collection of items that implement the IHierarchicalItem interface.

    See Also