Skip to main content
A newer version of this page is available. .

SchedulerControl.MakeAppointmentVisible(AppointmentItem) Method

Scrolls a view to the specified appointment to show it.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v19.1.dll

Declaration

public void MakeAppointmentVisible(
    AppointmentItem appointment
)

Parameters

Name Type Description
appointment AppointmentItem

An AppointmentItem object that is the appointment to display.

Remarks

Use the MakeAppointmentVisible to ensure that the end-user will see the specified appointment.

See Also