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


In This Topic
    SelectedItemsWrapper Class
    In This Topic
    Represents a non-generic collection of objects that can be individually accessed by index.
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    Public NotInheritable Class SelectedItemsWrapper 
    'Usage
     
    Dim instance As SelectedItemsWrapper
    [DefaultMember("Item")]
    public sealed class SelectedItemsWrapper 
    Inheritance Hierarchy

    System.Object
       Xceed.Wpf.ListBox.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
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also