SchedulerViewBase.SelectAppointment(Appointment, Resource) Method
Makes the specified appointment on the specified resource the only selected appointment within the View.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Parameters
Name | Type | Description |
---|---|---|
apt | Appointment | An Appointment object that specifies the appointment to be selected. |
resource | Resource | A Resource object that specifies the resource associated with an appointment to be selected. |
Remarks
Use this method if an appointment is assigned to multiple resources (the AppointmentStorageBase.ResourceSharing property is set to true
).
See Also