Back to Devexpress

SchedulerControl.SelectPrevAppointment() Method

windowsforms-devexpress-dot-xtrascheduler-dot-schedulercontrol-47c6a5d8.md

latest2.0 KB
Original Source

SchedulerControl.SelectPrevAppointment() Method

Selects the previous appointment within the visible area of the view.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public void SelectPrevAppointment()
vb
Public Sub SelectPrevAppointment

Remarks

The SelectPrevAppointment method allows the appointment before the currently selected one to be selected. If no appointment is currently selected, the previous appointment whose start time is less than the start time of the selected time interval is selected.

To select the next appointment, use the SchedulerControl.SelectNextAppointment method.

End-users can use the TAB and TAB+SHIFT keys to select the next and previous appointments, respectively.

Each time the selection changes, the SchedulerControl.SelectionChanged event is raised.

Note

The SelectPrevAppointment method is analogous to the TAB key switching in that it selecs appointments within the visible range only.

See Also

SelectNextAppointment()

SelectionChanged

SchedulerControl Class

SchedulerControl Members

DevExpress.XtraScheduler Namespace