LayoutItemDragController.InsertLocation Property
Gets whether the LayoutItemDragController.DragItem is inserted before or after the LayoutItemDragController.Item.
Namespace: DevExpress.XtraLayout.Customization
Assembly: DevExpress.XtraLayout.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| InsertLocation | A InsertLocation value that specifies whether the LayoutItemDragController.DragItem is inserted before or after the LayoutItemDragController.Item. |
Available values:
| Name | Description |
|---|---|
| After | To insert an item after the specified one. |
| Before | To insert an item before the specified one. |
See Also