AppointmentFormTemplateContainerBase.SaveScript Property
Override this property in derived classes to get the save function body.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Property Value
Type | Description |
---|---|
String | A string, containing the JavaScript function body, like “aspxSomeFunction(someArgs)”, e.g. “aspxAppointmentSave(controlClientId)” |
Remarks
A common practice is to use the SaveScript with standard HTML controls.
See Also