Table of Contents

Constructor TreeViewRootItem

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

TreeViewRootItem(ITreeViewItemContainer?)

Initializes a new instance of the TreeViewItem class with the specified owner. Use this constructor only for the root items.

public TreeViewRootItem(ITreeViewItemContainer? owner = null)

Parameters

owner ITreeViewItemContainer

The owner of the item.