Skip to main content

PreparePopupMenuEventArgs(ASPxSchedulerPopupMenu) Constructor

Initializes a new instance of the PreparePopupMenuEventArgs class with default settings.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public PreparePopupMenuEventArgs(
    ASPxSchedulerPopupMenu menu
)

Parameters

Name Type Description
menu ASPxSchedulerPopupMenu

An ASPxSchedulerPopupMenu object, representing a popup menu.

See Also