Table of Contents

Method AddTestItems

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

AddTestItems(TreeControlItem, int, Action<TreeControlItem>?)

Adds test child items to the specified TreeControlItem.

public static void AddTestItems(TreeControlItem tree, int count, Action<TreeControlItem>? initAction = null)

Parameters

tree TreeControlItem

The tree control item to which test items will be added.

count int

The number of test items to add.

initAction Action<TreeControlItem>

The initialize action.