Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.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 C1Command
    public static readonly C1Command NavigateToPreviousGroupCommand
    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.
    • "Home" for navigating to the first group.
    See Also