Back to Devexpress

LayoutItemDragController.Item Property

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

latest1.5 KB
Original Source

LayoutItemDragController.Item Property

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

Namespace : DevExpress.XtraLayout.Customization

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
BaseLayoutItem

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

|

See Also

LayoutItemDragController Class

LayoutItemDragController Members

DevExpress.XtraLayout.Customization Namespace