ComponentOne Scheduler for WPF and Silverlight
NavigateToGroup Method (C1Scheduler)

C1.WPF.Schedule Namespace > C1Scheduler Class : NavigateToGroup Method
The index of group in the GroupItems collection.
If the C1Scheduler control is grouped, makes sure that the group with the specified index is visible in the UI.
Syntax
'Declaration
 
Public Sub NavigateToGroup( _
   ByVal index As System.Integer _
) 
public void NavigateToGroup( 
   System.int index
)

Parameters

index
The index of group in the GroupItems collection.
See Also

Reference

C1Scheduler Class
C1Scheduler Members