Skip to main content

ASPxSchedulerPrepareFormPopupContainerEventArgs(ASPxPopupControl) Constructor

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

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public ASPxSchedulerPrepareFormPopupContainerEventArgs(
    ASPxPopupControl popup
)

Parameters

Name Type Description
popup ASPxPopupControl

An ASPxPopupControl control reprersenting the form’s container.

See Also