Back to Devexpress

AppointmentSelectionChangeAction Enum

corelibraries-devexpress-dot-xtrascheduler-cbaa9685.md

latest1.5 KB
Original Source

AppointmentSelectionChangeAction Enum

Specifies how the selection is applied to the specified appointment.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public enum AppointmentSelectionChangeAction
vb
Public Enum AppointmentSelectionChangeAction

Members

NameDescription
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

DevExpress.XtraScheduler Namespace