Skip to main content

LayoutItemDragController.MoveType Property

Gets whether the LayoutItemDragController.DragItem is inserted inside or outside the LayoutItemDragController.Item.

Namespace: DevExpress.XtraLayout.Customization

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual MoveType MoveType { get; }

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