AppointmentFormTemplateContainerBase.SaveHandler Property
Override this property in derived classes to get the save function handler.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Property Value
Type | Description |
---|---|
String | A String value. |
Remarks
This property value contains a string like “function() {{ aspxSomeFunction(someArgs); }}”
A common practice is to use the SaveHandler with ASPx controls.
See Also