Back to Devexpress

PopupMenuShowingEventArgs.HitInfo Property

windowsforms-devexpress-dot-xtralayout-dot-popupmenushowingeventargs-67dbe595.md

latest1.2 KB
Original Source

PopupMenuShowingEventArgs.HitInfo Property

Contains information on the clicked point within the Layout Control.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public BaseLayoutItemHitInfo HitInfo { get; }
vb
Public ReadOnly Property HitInfo As BaseLayoutItemHitInfo

Property Value

TypeDescription
BaseLayoutItemHitInfo

An object that provides information on the clicked point.

|

See Also

PopupMenuShowingEventArgs Class

PopupMenuShowingEventArgs Members

DevExpress.XtraLayout Namespace