NavigateToGroup Method (C1Scheduler)
In This Topic
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 As Integer _
)
public void NavigateToGroup(
int
)
Parameters
- index
- The index of group in the C1Scheduler.GroupItems collection.
See Also