Skip to main content
A newer version of this page is available. .

AppointmentSelectionChangeAction Enum

Specifies how the selection is applied to the specified appointment.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.Core.dll

Declaration

public enum AppointmentSelectionChangeAction

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