Skip to main content
A newer version of this page is available. .

ASPxSchedulerPopupMenu Class

Represents a popup menu of the ASPxScheduler.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.1.dll

Declaration

public class ASPxSchedulerPopupMenu :
    ASPxPopupMenu,
    IDXPopupMenu<SchedulerMenuItemId>,
    IDXMenuItemBase<SchedulerMenuItemId>

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.PreparePopupMenu event.

See Also