ComponentOne Scheduler for WinForms
NavigateToScheduleGroup Method

C1.Win.C1Schedule.4 Assembly > C1.Win.C1Schedule Namespace > C1Schedule Class : NavigateToScheduleGroup Method
The System.Int32 value specifying the number of groups to navigate.
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

Reference

C1Schedule Class
C1Schedule Members