GridViewDragInfo Class |
Namespace: Eto.Forms
The GridViewDragInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | GridViewDragInfo |
Initializes a new instance of the GridDragInfo class.
|
Name | Description | |
---|---|---|
![]() | Control |
Gets the parent tree control this info is for.
|
![]() | Index |
Gets or sets the insertion index where the user is dragging to as a child of Item, or -1 if dragging ontop of the Item.
|
![]() | InsertIndex |
Gets the insertion index of drop operation, or -1 if not an insert (dragging over)
|
![]() | IsChanged |
Gets a value indicating whether this GridDragInfo is changed.
|
![]() | Item |
Gets or sets the item the user is dragging to.
|
![]() | Position |
Gets the position of the ChildIndex relative to the item under the mouse cursor.
|
Name | Description | |
---|---|---|
![]() | RestrictToInsert |
Helper to restrict the drop to insert items only without allowing draging over existing items.
|
![]() | RestrictToOver |
Helper to restrict to drop on top an existing item without allowing any insertion.
|