Click or drag to resize

ITreeItemTParent Property

Gets or sets the parent of this item.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
T Parent { get; set; }

Property Value

Type: T
The parent of this item.
See Also