A newer version of this page is available.
Switch to the current version.
SchedulerViewBase.SelectAppointment(Appointment) Method
Makes the specified appointment the only selected appointment within the View and scrolls to it.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.dll
Declaration
public virtual void SelectAppointment(
Appointment apt
)
Public Overridable Sub SelectAppointment(
apt As Appointment
)
Parameters
Name | Type | Description |
---|---|---|
apt | Appointment | An Appointment object that specifies the appointment to be selected. |
See Also
Feedback