AppointmentSelectionChangeAction Enum
Specifies how the selection is applied to the specified appointment.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.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