Table of Contents

Method SetItems

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

SetItems(IEnumerable<TreeViewItem>)

Sets child items of this tree control item to the specified collection.

public virtual void SetItems(IEnumerable<TreeViewItem> items)

Parameters

items IEnumerable<TreeViewItem>

The items to set.