LayoutItemDragController.Item Property
Gets the item next to which the LayoutItemDragController.DragItem is inserted.
Namespace: DevExpress.XtraLayout.Customization
Assembly: DevExpress.XtraLayout.v20.2.dll
Declaration
public virtual BaseLayoutItem Item { get; }
Public Overridable ReadOnly Property Item As BaseLayoutItem
Property Value
Type | Description |
---|---|
BaseLayoutItem | A BaseLayoutItem object that identifies the item next to which the LayoutItemDragController.DragItem is inserted. |
See Also
Feedback