Makes the specified appointment the only selected appointment within the View.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v19.2.dll
public virtual void SelectAppointment(
Appointment apt
)
Public Overridable Sub SelectAppointment(
apt As Appointment
)
Name | Type | Description |
---|---|---|
apt | Appointment | An Appointment object that specifies the appointment to be selected. |