Back to Devexpress

ASPxSchedulerPopupMenu Class

aspnet-devexpress-dot-web-dot-aspxscheduler-d3191587.md

latest4.1 KB
Original Source

ASPxSchedulerPopupMenu Class

Represents a popup menu of the ASPxScheduler.

Namespace : DevExpress.Web.ASPxScheduler

Assembly : DevExpress.Web.ASPxScheduler.v25.2.dll

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public class ASPxSchedulerPopupMenu :
    ASPxPopupMenu,
    IDXPopupMenu<SchedulerMenuItemId>,
    IDXMenuItemBase<SchedulerMenuItemId>
vb
Public Class ASPxSchedulerPopupMenu
    Inherits ASPxPopupMenu
    Implements IDXPopupMenu(Of SchedulerMenuItemId),
               IDXMenuItemBase(Of 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.PopupMenuShowing event.

Implements

Show 17 items

IComponent

IDisposable

IParserAccessor

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IAttributeAccessor

IUrlResolutionService

INamingContainer

IPostBackDataHandler

IPostBackEventHandler

ICallbackEventHandler

IPropertiesOwner

IDataSourceViewSchemaAccessor

DevExpress.Utils.Menu.IDXPopupMenu<SchedulerMenuItemId>

DevExpress.Utils.Menu.IDXMenuItemBase<SchedulerMenuItemId>

Inheritance

Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxDataWebControlBase ASPxHierarchicalDataWebControl ASPxMenuBase ASPxPopupMenu ASPxSchedulerPopupMenu

See Also

ASPxSchedulerPopupMenu Members

DevExpress.Web.ASPxScheduler Namespace