Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / GroupedListBox Class / MakeSingleSelection Method

In This Topic
    MakeSingleSelection Method (GroupedListBox)
    In This Topic
    This API supports the C1.Silverlight infrastructure and is not intended to be used directly from your code.
    Syntax
    'Declaration
     
    
    Protected Sub MakeSingleSelection( _
       ByVal item As ListBoxItem _
    ) 
    protected void MakeSingleSelection( 
       ListBoxItem item
    )

    Parameters

    item
    See Also