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

ASPxScheduler.PrepareRecurrenceAppointmentDeleteFormPopupContainer Event

Occurs when the pop-up container for the Delete Recurrence Form is prepared for display.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public event ASPxSchedulerPrepareFormPopupContainerHandler PrepareRecurrenceAppointmentDeleteFormPopupContainer

Event Data

The PrepareRecurrenceAppointmentDeleteFormPopupContainer 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 PrepareRecurrenceAppointmentDeleteFormPopupContainer event to modify the pop-up container of the Delete 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