Skip to main content

ASPxSchedulerPopupMenu(ASPxWebControl) Constructor

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

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

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