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


In This Topic
    SelectedItemsWrapper Class Members
    In This Topic

    The following tables list the members exposed by SelectedItemsWrapper.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the SelectedItemsWrapper class using the passed ListBox.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the number of elements contained in the collection.  
    Public PropertyGets a value indicating whether the SelectedItemsWrapper has a fixed size.  
    Public PropertyGets a value indicating whether the SelectedItemsWrapper is read-only.  
    Public PropertyGets a value indicating whether access to the collection is synchronized (thread safe).  
    Public PropertyGets or sets the element at the specified index.  
    Public PropertyGets an object that can be used to synchronize access to the collection.  
    Top
    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
    Public Events
     NameDescription
    Public EventOccurs when the items list of the collection has changed, or the collection is reset.  
    Public EventOccurs when a property value changes.  
    Top
    See Also