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

In This Topic
    SetItemIsSelected Method (GroupedListBox)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub SetItemIsSelected( _
       ByVal item As ListBoxItem, _
       ByVal isSelected As Boolean _
    ) 
    protected virtual void SetItemIsSelected( 
       ListBoxItem item,
       bool isSelected
    )

    Parameters

    item
    isSelected
    See Also