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

ASPxScheduler.PrepareAppointmentInplaceEditorPopupContainer Event

Occurs when the pop-up container for the In-place Editor is prepared for display.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public event ASPxSchedulerPrepareFormPopupContainerHandler PrepareAppointmentInplaceEditorPopupContainer

Event Data

The PrepareAppointmentInplaceEditorPopupContainer 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 PrepareAppointmentInplaceEditorPopupContainer event to modify the pop-up container of the In-place Editor. 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