SchedulerViewBase.AddAppointmentSelection(Appointment) Method
Selects the specified appointment.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| apt | Appointment | An Appointment object that specifies the appointment to be selected. |
Remarks
The AddAppointmentSelection method can be used to add the appointment specified by the apt parameter to the SchedulerControl.SelectedAppointments collection.
See Also