A newer version of this page is available.
Switch to the current version.
AppointmentSelectionChangeAction Enum
Specifies how the selection is applied to the specified appointment.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v19.1.Core.dll
Declaration
Members
Name | Description |
---|---|
None | Does nothing. |
Clear | The SchedulerControl.SelectedAppointments collection is cleared. |
Select | Adds the specified appointment to the collection of selected appointments. |
Unselect | Deselects the specified appointment. |
Add | The appointment is added to the collection of selected appointments, available via the SchedulerControl.SelectedAppointments property. |
Toggle | Changes the selection state of the appointment to the alternative. |
See Also
Feedback