Skip to main content

AppointmentFormTemplateContainerBase.SaveHandler Property

Override this property in derived classes to get the save function handler.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public abstract string SaveHandler { get; }

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