LayoutItemDragController(BaseLayoutItem, LayoutItemDragController) Constructor
In This Article
Initializes a new LayoutItemDragController instance with settings specifying that the dragItem should be inserted next to another item, as specified by the settings of the controller parameter.
Namespace: DevExpress.XtraLayout.Customization
Assembly: DevExpress.XtraLayout.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public LayoutItemDragController(
BaseLayoutItem dragItem,
LayoutItemDragController controller
)
#Parameters
Name | Type | Description |
---|---|---|
drag |
Base |
A Base |
controller | Layout |
A Layout |
#Remarks
The following settings are copied from the controller parameter to the newly created LayoutItemDragController object:
- LayoutItemDragController.Item
- LayoutItemDragController.MoveType
- LayoutItemDragController.InsertLocation
- LayoutItemDragController.LayoutType
- LayoutItemDragController.HitPoint
See Also