PopupMenuShowingEventArgs.MenuType Property
Gets the type of the popup menu.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Property Value
Type | Description |
---|---|
DevExpress.XtraScheduler.Views.SchedulerMenuType | The type of the popup menu to be invoked. |
Remarks
The SchedulerMenuItemId enumeration lists the available popup menu types.
See Also