Skip to main content

SchedulerControl.MakeAppointmentVisible(AppointmentItem) Method

Scrolls a view to the specified appointment to show it.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

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