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

In This Topic
    NavigateToNextGroupCommand Field (C1Scheduler)
    In This Topic
    Defines the command that navigates C1Scheduler UI to the next SchedulerGroupItem object.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly NavigateToNextGroupCommand As RoutedCommand
    public static readonly RoutedCommand NavigateToNextGroupCommand
    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.
    • "End" for navigating to the last group.
    See Also