Table of Contents

Method EnumExpandedItems

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

EnumExpandedItems(EnumExpandedItemsParams?)

Retrieves all child items of this tree control item. If a child item is expanded, its children are also included in the result. All child items are processed recursively.

public virtual IEnumerable<TreeControlItem> EnumExpandedItems(TreeControlItem.EnumExpandedItemsParams? prm = null)

Parameters

prm TreeControlItem.EnumExpandedItemsParams

The parameters that define which items should be included in the result.

Returns

IEnumerable<TreeControlItem>

An enumerable collection containing all child items.