Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.ListBox Assembly / Xceed.Wpf.ListBox Namespace / SelectedItemsWrapper Class


In This Topic
    SelectedItemsWrapper Class Methods
    In This Topic

    For a list of all members of this type, see SelectedItemsWrapper members.

    Public Methods
     NameDescription
    Public MethodAdds an item to the SelectedItemsWrapper.  
    Public MethodRemoves all items from the SelectedItemsWrapper.  
    Public MethodDetermines whether the SelectedItemsWrapper contains a specific value.  
    Public MethodCopies the elements of the collection to an Array, starting at a particular Array index.  
    Public MethodReturns an enumerator that iterates through a collection.  
    Public MethodDetermines the index of a specific item in the SelectedItemsWrapper.  
    Public MethodInserts an item to the SelectedItemsWrapper at the specified index.  
    Public MethodRemoves the first occurrence of a specific object from the SelectedItemsWrapper.  
    Public MethodRemoves the SelectedItemsWrapper item at the specified index.  
    Top
    See Also