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

LayoutItemDragController.HitInfo Property

Gets an object that identifies an element located at the LayoutItemDragController.HitPoint point. This member is in effect if the current LayoutItemDragController object has been initiailized using a constructor with a Point parameter.

Namespace: DevExpress.XtraLayout.Customization

Assembly: DevExpress.XtraLayout.v19.2.dll

Declaration

public virtual BaseLayoutItemHitInfo HitInfo { get; }

Property Value

Type Description
BaseLayoutItemHitInfo

A BaseLayoutItemHitInfo object that provides information on the element located at the LayoutItemDragController.HitPoint point.

See Also