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

SchedulerViewBase.SelectAppointment(Appointment) Method

Makes the specified appointment the only selected appointment within the View.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public virtual void SelectAppointment(
    Appointment apt
)

Parameters

Name Type Description
apt Appointment

An Appointment object that specifies the appointment to be selected.

See Also