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

ASPxSchedulerPrepareFormPopupContainerEventArgs(ASPxPopupControl) Constructor

Initializes a new instance of the ASPxSchedulerPrepareFormPopupContainerEventArgs class with the specified container control.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public ASPxSchedulerPrepareFormPopupContainerEventArgs(
    ASPxPopupControl popup
)

Parameters

Name Type Description
popup ASPxPopupControl

An ASPxPopupControl control reprersenting the form’s container.

See Also