Table of Contents

Interface IEnumerableTree

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Extends IEnumerable interface so tree-like structures can be enumerated.

public interface IEnumerableTree : IEnumerable

Methods

GetChildren(object)

Enumerates children of the specified item.

GetData(object)

Gets data associated with the item.