ASPxClientAppointmentResizingEventArgs Properties
Provides data for the ASPxClientScheduler.AppointmentResizing event.| Name | Description |
|---|---|
| allow | Specifies whether or not an appointment can be resized to the new time interval. |
| appointmentId | Gets the resized appointment’s identifier. |
| mouseEvent | Gets a mouse event object related to the current appointment resizing operation. |
| newInterval | Gets the appointment’s interval after resizing. |
| oldInterval | Gets the appointment’s interval before resizing. |
See Also