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

SchedulerViewBase.AddAppointmentSelection(Appointment) Method

Adds the specified appointment to the selection.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.2.dll

Declaration

public void AddAppointmentSelection(
    Appointment apt
)

Parameters

Name Type Description
apt Appointment

An Appointment object to add to the selection.

See Also