Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

public virtual Point HitPoint { get; }

Property Value

Type Description
Point

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

See Also