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