LayoutItemDragController.MoveType Property
Gets whether the LayoutItemDragController.DragItem is inserted inside or outside the LayoutItemDragController.Item.
Namespace: DevExpress.XtraLayout.Customization
Assembly: DevExpress.XtraLayout.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
| Type | Description |
|---|---|
| MoveType | A MoveType value that specifies whether the LayoutItemDragController.DragItem is inserted inside or outside the LayoutItemDragController.Item. |
Available values:
| Name | Description |
|---|---|
| Inside | An item is inserted inside the specified item. |
| Outside | An item is inserted outside the specified item. In this case, the inserted item is reduced to its minimum size which is specified by its BaseLayoutItem.MinSize property. |
See Also