Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Scheduler Class / NavigateToPreviousAppointmentCommand Field

In This Topic
    NavigateToPreviousAppointmentCommand Field (C1Scheduler)
    In This Topic
    Defines the command that makes the nearest appointment before C1Scheduler.SelectedDateTime visible in the control UI.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly NavigateToPreviousAppointmentCommand As RoutedCommand
    public static readonly RoutedCommand NavigateToPreviousAppointmentCommand
    Remarks
    This command is executed by the C1Scheduler and is implemented by the NavigateToPreviousAppointment methods. See the C1Scheduler.NavigateToPreviousAppointment and C1Scheduler.NavigateToPreviousAppointment method descriptions for details.

    Optional command parameter: the SchedulerGroupItem.Owner object to search in the specific group only.

    See Also