PopupMenuShowingEventArgs.HitInfo Property
In This Article
Contains information on the clicked point within the Layout Control.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public BaseLayoutItemHitInfo HitInfo { get; }
#Property Value
Type | Description |
---|---|
Base |
An object that provides information on the clicked point. |
See Also