Back to Devexpress

SchedulerControl.MakeAppointmentVisible(AppointmentItem) Method

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulercontrol-dot-makeappointmentvisible-x28-devexpress-dot-xpf-dot-scheduling-dot-appointmentitem-x29.md

latest1.4 KB
Original Source

SchedulerControl.MakeAppointmentVisible(AppointmentItem) Method

Scrolls a view to the specified appointment to show it.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public void MakeAppointmentVisible(
    AppointmentItem appointment
)
vb
Public Sub MakeAppointmentVisible(
    appointment As AppointmentItem
)

Parameters

NameTypeDescription
appointmentAppointmentItem

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

SchedulerControl Class

SchedulerControl Members

DevExpress.Xpf.Scheduling Namespace