Table of Contents

Class TreeViewRootItem

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

Represents the root item in a tree control.

public class TreeViewRootItem : TreeViewItem, IBaseObjectWithAttr, IBaseObjectWithId, IBaseObject, INotifyPropertyChanged, IComparable<ListControlItem>, IComparable<TreeViewItem>
Inheritance
TreeViewRootItem
Implements

Constructors

TreeViewRootItem(ITreeViewItemContainer?)

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

Properties

Owner

Gets the owner of this tree control item.

Methods

SetOwner(ITreeViewItemContainer?)

Sets the owner of the tree control root item. You should not call this method directly.