SchedulerViewBase.SelectAppointment(Appointment) Method
Makes the specified appointment the only selected appointment within the View.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v25.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| apt | Appointment | An Appointment object that specifies the appointment to be selected. |
See Also