SchedulerControl.MakeAppointmentVisible(AppointmentItem) Method
Scrolls a view to the specified appointment to show it.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
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