Skip to main content

AppointmentInplaceEditorTemplateContainer.EditFormHandler Property

Gets the function handler for the edit function.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public virtual string EditFormHandler { get; }

Property Value

Type Description
String

A string, containing the JavaScript function handler.

See Also