Table of Contents

Method GetChildren

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

GetChildren<T>(IEnumerableTree, object)

Enumerates children items of the specified item.

public static IEnumerable<T> GetChildren<T>(IEnumerableTree tree, object item)

Parameters

tree IEnumerableTree

Data source.

item object

Item which children to return.

Returns

IEnumerable<T>

Type Parameters

T

Type of the result items.

Remarks

This method calls GetChildren(object) and GetData(object) for results enumeration.