AppointmentResizeEventArgs Properties
Provides data for the SchedulerControl.AppointmentResizing and SchedulerControl.AppointmentResized events.| Name | Description |
|---|---|
| Allow | Specifies whether the appointment can be resized. |
| EditedAppointment | Gets the appointment being edited in the resize event. |
| Handled | Gets or sets whether the resize operation is handled, and therefore no default processing is required. |
| HitInterval | Gets the time interval represented by the time cell to which the appointment’s side is moved. |
| HitResource | Gets the resource assigned to cells to which an appointment’s side is moved. |
| ResizedSide | Indicates which appointment side is being moved when the appointment is resized. |
| SourceAppointment | Gets the source appointment in the resize event. |
See Also