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.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
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.