Skip to main content
A newer version of this page is available. .

LayoutItemDragController.DragItem Property

Gets the item to be inserted to a position, specified by the settings of the LayoutItemDragController object.

Namespace: DevExpress.XtraLayout.Customization

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

public virtual BaseLayoutItem DragItem { get; }

Property Value

Type Description
BaseLayoutItem

A BaseLayoutItem object that represents the item to be inserted.

See Also