Skip to main content

LayoutItemDragController(BaseLayoutItem, BaseLayoutItem) Constructor

Initializes a new LayoutItemDragController instance with settings specifying that the_dragItem_ should be inserted horizontally after the baseItem, occupying its largest part (typically, half the region).

Namespace: DevExpress.XtraLayout.Customization

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public LayoutItemDragController(
    BaseLayoutItem dragItem,
    BaseLayoutItem baseItem
)

Parameters

Name Type Description
dragItem BaseLayoutItem

A BaseLayoutItem object to be moved. This object is used to initialize the LayoutItemDragController.DragItem property.

baseItem BaseLayoutItem

A BaseLayoutItem object relative to which the dragItem will be positioned. This object is used to initialize the LayoutItemDragController.Item property.

Remarks

This constructor initializes other properties as follows:

See Also