Click or drag to resize

TreeGridViewDragInfoParent Property

Gets or sets the parent node of the Item to drag to.

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

Property Value

Type: Object
Remarks
Normally you would only need to set Item to specify which node to drag to. However, in the case of dragging to below the Parent as inserting a first child you would set Parent to the node, Item to null, and Position to After.
See Also