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.v20.2.dll
Declaration
[DefaultValue("")]
public string AppointmentDrop { get; set; }
<DefaultValue("")>
Public Property AppointmentDrop As String
Property Value
Type | Default | Description |
---|---|---|
String | 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.
TIP
For the complete sample project, see the following DevExpress Support Center example: http://www.devexpress.com/example=E1534.
See Also
Feedback