BootstrapScheduler.PopupMenuShowing Event
Occurs before a popup menu is created and allows menu customization.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Event Data
The PopupMenuShowing event's data class is BootstrapSchedulerPopupMenuShowingEventArgs. The following properties provide information specific to this event:
Property |
---|
Menu |
Remarks
Handle the PopupMenuShowing event to modify the popup menu every time it is shown. The current popup menu can be accessed via the BootstrapSchedulerPopupMenuShowingEventArgs.Menu property.
The types of all popup menu items are listed in the SchedulerMenuItemId enumeration.
See Also