Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Scheduler Class / NavigateToGroup Method
The index of group in the C1Scheduler.GroupItems collection.

In This Topic
    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 index As Integer _
    ) 
    public void NavigateToGroup( 
       int index
    )

    Parameters

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