Skip to main content
A newer version of this page is available. .

AppointmentInplaceEditorTemplateContainer.EditFormScript Property

Gets the body of the edit function.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public virtual string EditFormScript { get; }

Property Value

Type Description
String

A string, containing the JavaScript function body.

See Also