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

In This Topic
    NavigateToPreviousGroupCommand Field (C1Scheduler)
    In This Topic
    Defines the command that navigates C1Scheduler UI to the previous SchedulerGroupItem object.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly NavigateToPreviousGroupCommand As RoutedCommand
    public static readonly RoutedCommand NavigateToPreviousGroupCommand
    Remarks
    Optional command parameter is one of the next values:
    • "Page" for the page navigation. The page size is determined by the C1Scheduler.GroupPageSize property value.
    • "Home" for navigating to the first group.
    See Also