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

SchedulerSettings.PrepareGotoDateFormPopupContainer Property

Enables you to perform custom actions when the pop-up container for the Go to Date Form is prepared for display.

Namespace: DevExpress.Web.Mvc

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

Declaration

public ASPxSchedulerPrepareFormPopupContainerHandler PrepareGotoDateFormPopupContainer { get; set; }

Property Value

Type Description
ASPxSchedulerPrepareFormPopupContainerHandler

A method to which custom processing is delegated.

Remarks

Handle the PrepareGotoDateFormPopupContainer event to modify the pop-up container of the Go to Date Form. This container is available using the ASPxSchedulerPrepareFormPopupContainerEventArgs.Popup property of the event arguments.

See Also