Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.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 C1Command
    public static readonly C1Command NavigateToNextGroupCommand
    Remarks
    Optional command parameter is one of the next values:
    • "Page" for the page navigation. The page size is determined by the GroupPageSize property value.
    • "End" for navigating to the last group.
    See Also