AppointmentDragResizeMode Enum
Lists modes which determine how an appointment fits in the time cell when dragging or resizing.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v18.2.dll
Declaration
Members
Name | Description |
---|---|
SnapToCell | Appointment Start and End borders are snapped to time cells which forces the end-user to set the time interval round to the nearest value determined by the DayViewBase.TimeScale property. |
Precise | Appointment moves smoothly, its Start and End borders are moved pixel by pixel which enables the end-user to set the time interval precisely. |
Related API Members
The following properties accept/return AppointmentDragResizeMode values:
Remarks
Enumeration values are used for the SchedulerControl.AppointmentDragMode and SchedulerControl.AppointmentResizeMode properties.
TIP
A complete sample project is available in the DevExpress Code Examples database at http://www.devexpress.com/example=T605963.