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

PopupMenuShowingEventArgs.HitInfo Property

Contains information on the clicked point within the Layout Control.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

public BaseLayoutItemHitInfo HitInfo { get; }

Property Value

Type Description
BaseLayoutItemHitInfo

An object that provides information on the clicked point.

See Also