Skip to main content

SchedulerViewBase.SelectAppointment(Appointment, Resource) Method

Makes the specified appointment on the specified resource the only selected appointment within the view, and scrolls to it.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

Declaration

public virtual void SelectAppointment(
    Appointment apt,
    Resource resource
)
Public Overridable Sub SelectAppointment(
    apt As Appointment,
    resource As Resource
)

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 which contains an appointment to be selected.

Remarks

Use the SelectAppointment method if an appointment belongs to multiple resources simultaneously (if the AppointmentStorage.ResourceSharing property is set to true).

See Also