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

AppointmentFormTemplateContainerBase.CancelScript Property

Gets the body of the cancel function.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public override string CancelScript { get; }

Property Value

Type Description
String

A string, containing the JavaScript function body, like “aspxSomeFunction(someArgs)”, e.g. “aspxAppointmentCancel(controlClientId)”

Remarks

A common practice is to use the CancelScript with standard HTML controls.

See Also