Skip to main content

GotoDateFormTemplateContainer.ApplyHandler Property

Gets the handler for the function that performs the date navigation.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public virtual string ApplyHandler { get; }

Property Value

Type Description
String

A string, containing the JavaScript function handler.

Remarks

Use this property to assign a navigation action to the GotoDate form element.

See Also