Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

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