LayoutItemDragController(BaseLayoutItem, LayoutGroup, Point) Constructor
Initializes a new LayoutItemDragController instance with settings specifying that the dragItem should be inserted at a certain position within a specific group.
Namespace: DevExpress.XtraLayout.Customization
Assembly: DevExpress.XtraLayout.v26.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| dragItem | BaseLayoutItem | A BaseLayoutItem object to be moved. This object is used to initialize the LayoutItemDragController.DragItem property. |
| group | LayoutGroup | A LayoutGroup object into which the dragItem will be inserted. |
| pt | Point | A Point where the dragItem will be inserted into the group. |
See Also