Skip to main content

ASPxScheduler.PrepareGotoDateFormPopupContainer Event

Occurs when the pop-up container for the Go to Date Form is prepared for display.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public event ASPxSchedulerPrepareFormPopupContainerHandler PrepareGotoDateFormPopupContainer

Event Data

The PrepareGotoDateFormPopupContainer event's data class is ASPxSchedulerPrepareFormPopupContainerEventArgs. The following properties provide information specific to this event:

Property Description
Popup Provides access to the popup window containing the form.

Remarks

Handle the PrepareGotoDateFormPopupContainer event to modify the pop-up container of the Go to Date Form. This container is available using the ASPxSchedulerPrepareFormPopupContainerEventArgs.Popup property of the event arguments.

Modify the properties of the container obtained using this technique to make minor changes to the form’s layout, such as back color, window caption or the form’s paddings. See the ASPxScheduler.PrepareAppointmentFormPopupContainer topic, for an example.

See Also