Defines the command that makes the nearest appointment before SelectedDateTime visible in the control UI.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public static readonly RoutedCommand NavigateToPreviousAppointmentCommand
Visual Basic (Declaration)
Public Shared ReadOnly NavigateToPreviousAppointmentCommand As RoutedCommand

Remarks

This command is executed by the C1Scheduler and is implemented by the NavigateToPreviousAppointment()()()() method, see the NavigateToPreviousAppointment()()()() method description for details.

See Also