Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual BaseLayoutItem DragItem { get; }

Property Value

Type Description
BaseLayoutItem

A BaseLayoutItem object that represents the item to be inserted.

See Also