Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual Point HitPoint { get; }

Property Value

Type Description
Point

A Point at which the LayoutItemDragController.DragItem will be inserted.

See Also