Table of Contents

Method Prepend

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

Prepend(TreeViewItem)

Inserts the specified TreeViewItem at the beginning of the item list.

public void Prepend(TreeViewItem item)

Parameters

item TreeViewItem

The item to prepend.