Back to Devexpress

LayoutItemDragController.DragItem Property

windowsforms-devexpress-dot-xtralayout-dot-customization-dot-layoutitemdragcontroller.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual BaseLayoutItem DragItem { get; }
vb
Public Overridable ReadOnly Property DragItem As BaseLayoutItem

Property Value

TypeDescription
BaseLayoutItem

A BaseLayoutItem object that represents the item to be inserted.

|

See Also

LayoutItemDragController Class

LayoutItemDragController Members

DevExpress.XtraLayout.Customization Namespace