LayoutItemDragController.HitPoint Property
Gets the point at which the LayoutItemDragController.DragItem will be inserted. This member is in effect if the current LayoutItemDragController object has been initialized using a constructor with a Point parameter.
Namespace: DevExpress.XtraLayout.Customization
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Point | A Point at which the LayoutItemDragController.DragItem will be inserted. |
See Also