Class TreeControlRootItem
Represents the root item in a tree control.
public class TreeControlRootItem : TreeControlItem, IBaseObjectWithAttr, IBaseObjectWithId, IBaseObject, INotifyPropertyChanged
- Inheritance
-
TreeControlRootItem
- Implements
Constructors
- TreeControlRootItem(ITreeControlItemContainer?)
Initializes a new instance of the TreeControlItem 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(ITreeControlItemContainer?)
Sets the owner of the tree control root item. You should not call this method directly.