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

SchedulerSettings.PrepareAppointmentInplaceEditorPopupContainer Property

Enables you to perform custom actions when the pop-up container for the In-place Editor is prepared for display.

Namespace: DevExpress.Web.Mvc

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

Declaration

public ASPxSchedulerPrepareFormPopupContainerHandler PrepareAppointmentInplaceEditorPopupContainer { get; set; }

Property Value

Type Description
ASPxSchedulerPrepareFormPopupContainerHandler

A method to which custom processing is delegated.

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.

See Also