TreeGridViewDragInfo Class |
Namespace: Eto.Forms
The TreeGridViewDragInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | TreeGridViewDragInfo |
Initializes a new instance of the TreeGridDragInfo class.
|
Name | Description | |
---|---|---|
![]() | ChildIndex | |
![]() | Control |
Gets the parent tree control this info is for.
|
![]() | InsertIndex |
Gets or sets the insertion index where the user is dragging to as a child of Item, or -1 if dragging over the Item.
|
![]() | IsChanged |
Gets a value indicating whether this TreeGridDragInfo is changed.
|
![]() | Item |
Gets or sets the item to drag to, or null if dragging below the Parent node.
|
![]() | Parent |
Gets or sets the parent node of the Item to drag to.
|
![]() | Position |
Gets a value indicating whether the drop should insert before, after, or over the Item.
|
Name | Description | |
---|---|---|
![]() | RestrictToInsert |
Helper to restrict the drop to insert items only without allowing draging over existing items.
|
![]() | RestrictToNode |
Restricts the drop to an item or a child within the specified number of levels.
|
![]() | RestrictToOver |
Helper to restrict to drop on top an existing item without allowing any insertion.
|