ASPxSchedulerPopupForm(ASPxWebControl, Boolean) Constructor
Initializes a new instance of the ASPxSchedulerPopupForm class.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v25.1.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 |
|
See Also