Defines the command that makes the nearest appointment after 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 NavigateToNextAppointmentCommand
Visual Basic (Declaration)
Public Shared ReadOnly NavigateToNextAppointmentCommand As RoutedCommand

Remarks

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

See Also