A newer version of this page is available.
Switch to the current version.
SchedulerViewBase.AddAppointmentSelection(Appointment) Method
Selects the specified appointment.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.dll
Declaration
public void AddAppointmentSelection(
Appointment apt
)
Public Sub AddAppointmentSelection(
apt As Appointment
)
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
Feedback