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

ASPxSchedulerPopupMenu(ASPxWebControl) Constructor

Initializes a new instance of the ASPxSchedulerPopupMenu class with specified settings.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public ASPxSchedulerPopupMenu(
    ASPxWebControl ownerControl
)

Parameters

Name Type Description
ownerControl ASPxWebControl

An ASPxWebControl object, specifying a control that will own the menu.

Remarks

For internal use.

See Also