Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1Schedule Class / NavigateToScheduleGroup Method
The System.Int32 value specifying the number of groups to navigate.

In This Topic
    NavigateToScheduleGroup Method (C1Schedule)
    In This Topic
    Navigates the C1Schedule control back or forth to another ScheduleGroupItem object by the specified increment.
    Syntax
    'Declaration
     
    Public Sub NavigateToScheduleGroup( _
       ByVal increment As System.Integer _
    ) 
    public void NavigateToScheduleGroup( 
       System.int increment
    )

    Parameters

    increment
    The System.Int32 value specifying the number of groups to navigate.
    Remarks
    This method only makes sense when the GroupBy property is set.
    See Also