PopupMenuShowingEventArgs.HitInfo Property
Gets an object that identifies the menu UI element that the user clicked on.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Property Value
Type | Description |
---|---|
SchedulerHitInfo | An object that identifies the menu UI element that the user clicked on. |
Remarks
The HitInfo
property gets the SchedulerHitInfo object. This object implements the following properties that allow you to obtain information about the UI element that the user clicked on:
- The SchedulerHitInfo.HitTest - Identifies the type of the topmost UI element located under the test point.
- The SchedulerHitInfo.ViewInfo - Gets view information used to render the UI element located under the test point.
See Also