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

SchedulerViewBase.AddAppointmentSelection(Appointment) Method

Selects the specified appointment.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Scheduler

Declaration

public void AddAppointmentSelection(
    Appointment apt
)

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