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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
BaseLayoutItem | A BaseLayoutItem object that represents the item to be inserted. |
See Also