SchedulerClientSideEvents.AppointmentResize Property
In This Article
Gets or sets a client-side handler for a client scheduler’s AppointmentResize event.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
A string that represents either the name of a Java |
#Remarks
By handling the AppointmentResize event, you can invoke a custom script function when an appointment is resized.
See Also