SchedulerFormTemplateContainer.CancelScript Property
In This Article
Gets the body of the Cancel function.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
#Property Value
Type | Description |
---|---|
String | A string, containing the Java |
#Remarks
Override this method in derived classes to specify the JavaScript code that is the content of the Cancel function.
See Also