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

AppointmentFormTemplateContainerBase.SaveHandler Property

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

Namespace: DevExpress.Web.ASPxScheduler

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

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