ASPxSchedulerPopupMenu Class
Represents a popup menu of the ASPxScheduler.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v21.2.dll
Declaration
public class ASPxSchedulerPopupMenu :
ASPxPopupMenu,
IDXPopupMenu<SchedulerMenuItemId>,
IDXMenuItemBase<SchedulerMenuItemId>
Related API Members
The following members accept/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.PreparePopupMenu event.