Skip to main content

GotoDateFormTemplateContainer.CancelHandler Property

Gets the handler of the cancel function.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public override string CancelHandler { get; }

Property Value

Type Description
String

A string, containing the JavaScript function handler.

Remarks

Use this property to assign an action that cancels the date navigation to the GotoDate form element.

See Also