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.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduler

Declaration

public virtual void SelectAppointment(
    Appointment apt,
    Resource 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 associated with an appointment to be selected.

Remarks

Important

You are viewing documentation for the legacy WPF Scheduler control. If you’re starting a new project, we strongly recommend that you use a new control declared in the DevExpress.Xpf.Scheduling namespace. If you decide to upgrade an existing project in order to switch to the updated scheduler control, see the Migration Guidelines document.

Use this method if an appointment is assigned to multiple resources (the AppointmentStorage.ResourceSharing property is set to true).

See Also