Skip to main content

SchedulerViewBase.AddAppointmentSelection(Appointment) Method

Adds the specified appointment to the selection.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public void AddAppointmentSelection(
    Appointment apt
)

Parameters

Name Type Description
apt Appointment

An Appointment object to add to the selection.

See Also