Skip to main content

ASPxSchedulerPopupForm(ASPxWebControl, Boolean) Constructor

Initializes a new instance of the ASPxSchedulerPopupForm class.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public ASPxSchedulerPopupForm(
    ASPxWebControl ownerControl,
    bool isNewDialogInstance = false
)

Parameters

Name Type Description
ownerControl ASPxWebControl

An ASPxWebControl object, specifying a control that will own the scheduler popup form.

Optional Parameters

Name Type Default Description
isNewDialogInstance Boolean False

true if the owner control’s settings should be applied to a new dialog.

See Also