SchedulerViewBase.AddAppointmentSelection(Appointment) Method
Selects the specified appointment.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
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