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

PreparePopupMenuEventArgs(ASPxSchedulerPopupMenu) Constructor

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

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public PreparePopupMenuEventArgs(
    ASPxSchedulerPopupMenu menu
)

Parameters

Name Type Description
menu ASPxSchedulerPopupMenu

An ASPxSchedulerPopupMenu object, representing a popup menu.

See Also