Skip to main content

SchedulerClientSideEvents.AppointmentDrop Property

Gets or sets a client-side handler for a client scheduler’s AppointmentDrop event.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

[DefaultValue("")]
public string AppointmentDrop { get; set; }

Property Value

Type Default Description
String String.Empty

A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.

Remarks

By handling the AppointmentDrop event you can invoke a custom script function when an appointment is dragged.

See Also