AppointmentResizeEventArgs Properties
Provides data for the SchedulerControl.AppointmentResizing and SchedulerControl.AppointmentResized events.
Name | Description |
---|---|
Allow | Specifies whether the appointment can be resized. |
Edited |
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. |
Hit |
Gets the time interval represented by the time cell to which the appointment's side is moved. |
Hit |
Gets the resource assigned to cells to which an appointment's side is moved. |
Resized |
Indicates which appointment side is being moved when the appointment is resized. |
Source |
Gets the source appointment in the resize event. |
See Also