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.v18.1.dll

Declaration

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

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ASPxSchedulerPopupMenu class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Implements

See Also