GridViewDragInfoInsertIndex Property |
Gets the insertion index of drop operation, or -1 if not an insert (dragging over)
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public int InsertIndex { get; }
Public ReadOnly Property InsertIndex As Integer
Get
member InsertIndex : int with get
Property Value
Type:
Int32The index to insert the item.
See Also