ASPxSchedulerPopupMenu Class
In This Article
Represents a popup menu of the ASPxScheduler.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public class ASPxSchedulerPopupMenu :
ASPxPopupMenu,
IDXPopupMenu<SchedulerMenuItemId>,
IDXMenuItemBase<SchedulerMenuItemId>
#Related API Members
The following members return ASPxSchedulerPopupMenu objects:
#Remarks
The ASPxSchedulerPopupMenu
objects are used to represent a menu which is displayed when an end-user clicks a ToolTip which appears when a mouse is hovering over selected cells or an appointment, or when an end-user right-clicks within the ASPxScheduler control. The items of the popup menu depend upon the area which was clicked, however it’s also possible to customize these items via the ASPxScheduler.PopupMenuShowing event.
#Implements
Show 17 items
DevExpress.Utils.Menu.IDXPopupMenu<SchedulerMenuItemId>
DevExpress.Utils.Menu.IDXMenuItemBase<SchedulerMenuItemId>
#Inheritance
See Also