Table of Contents

Constructor TreeControlRootItem

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

TreeControlRootItem(ITreeControlItemContainer?)

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

public TreeControlRootItem(ITreeControlItemContainer? owner = null)

Parameters

owner ITreeControlItemContainer

The owner of the item.