Skip to main content

SchedulerFormTemplateContainer.CancelHandler Property

Gets the function handler for the Cancel function.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public abstract string CancelHandler { get; }

Property Value

Type Description
String

A string, containing the JavaScript function handler.

Remarks

Override this method in derived classes to specify the JavaScript code to handle clicking the Cancel button on the form.

See Also