| TreeGridViewDragInfoInsertIndex Property  | 
 
            Gets or sets the insertion index where the user is dragging to as a child of Item, or -1 if dragging over the Item.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic int InsertIndex { get; }Public ReadOnly Property InsertIndex As Integer
	Get
member InsertIndex : int with get
Property Value
Type: 
Int32The insertion index where the user is dragging to, otherwise -1 if dragging over an item.
 Remarks
Remarks
            This is useful if the user is dragging between existing items, or the beginning or end of a child list.
            
 See Also
See Also