Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

Declaration

public LayoutItemDragController(
    BaseLayoutItem dragItem,
    LayoutGroup group,
    Point pt
)

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