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

LayoutItemDragController.Item Property

Gets the item next to which the LayoutItemDragController.DragItem is inserted.

Namespace: DevExpress.XtraLayout.Customization

Assembly: DevExpress.XtraLayout.v19.2.dll

Declaration

public virtual BaseLayoutItem Item { get; }

Property Value

Type Description
BaseLayoutItem

A BaseLayoutItem object that identifies the item next to which the LayoutItemDragController.DragItem is inserted.

See Also