LayoutItemDragController(BaseLayoutItem, BaseLayoutItem, InsertLocation, LayoutType) Constructor
Initializes a new LayoutItemDragController instance with settings specifying that the dragItem should be inserted next to the baseItem, occupying its largest part (typically, half the region).
Namespace: DevExpress.XtraLayout.Customization
Assembly: DevExpress.XtraLayout.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public LayoutItemDragController(
BaseLayoutItem dragItem,
BaseLayoutItem baseItem,
InsertLocation insertLocation,
LayoutType layoutType
)
#Parameters
Name | Type | Description |
---|---|---|
drag |
Base |
A Base |
base |
Base |
A Base |
insert |
Insert |
A Insert |
layout |
Layout |
A Layout |
#Remarks
This constructor sets the LayoutItemDragController.MoveType property to MoveType.Inside.