AppointmentItemResizeEventArgs Properties
Provides data for the SchedulerControl.AppointmentResize event.Name | Description |
---|---|
Allow | Gets or sets whether the appointment can be resized. |
HitInterval | Retrieves the datetime range 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. |
State | Indicates the stage of the resize action. |
ViewModel | Provides access to the View Model for the resized appointment. |
See Also