LayoutItemDragController.DragWildItem() Method
Inserts the orphan LayoutItemDragController.DragItem to a position specified by the settings of the current LayoutItemDragController object. This method cannot be used to move items that belong to a LayoutControl.
Namespace: DevExpress.XtraLayout.Customization
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Returns
Type | Description |
---|---|
Boolean | true if the item has been successfully inserted; otherwise, false. |
Remarks
Use this method to move layout items that do not belong to a LayoutControl.
See Also