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