Skip to main content

ASPxScheduler.PrepareRecurrenceAppointmentEditFormPopupContainer Event

Occurs when the pop-up container for the Edit Recurrence 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 PrepareRecurrenceAppointmentEditFormPopupContainer

Event Data

The PrepareRecurrenceAppointmentEditFormPopupContainer 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 PrepareRecurrenceAppointmentEditFormPopupContainer event to modify the pop-up container of the Edit Recurrence 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 of use.

See Also