Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual bool DragWildItem()

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