Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

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