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

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

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

    See Also