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

ASPxSchedulerPopupForm(ASPxWebControl, Boolean) Constructor

Initializes new instance of the ASPxSchedulerPopupForm class with the specified settings.

Namespace: DevExpress.Web.ASPxScheduler

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

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