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

SchedulerFormTemplateContainer.CancelScript Property

Gets the body of the Cancel function.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public abstract string CancelScript { get; }

Property Value

Type Description
String

A string, containing the JavaScript code.

Remarks

Override this method in derived classes to specify the JavaScript code that is the content of the Cancel function.

See Also