'Declaration<DefaultMemberAttribute("Item")> Public NotInheritable Class SelectedItemsWrapper
'UsageDim instance As SelectedItemsWrapper
[DefaultMember("Item")] public sealed class SelectedItemsWrapper
'Declaration<DefaultMemberAttribute("Item")> Public NotInheritable Class SelectedItemsWrapper
'UsageDim instance As SelectedItemsWrapper
[DefaultMember("Item")] public sealed class SelectedItemsWrapper
System.Object
Xceed.Wpf.ListBox.SelectedItemsWrapper
| Name | Description | |
|---|---|---|
![]() | SelectedItemsWrapper Constructor | Initializes a new instance of the SelectedItemsWrapper class using the passed ListBox. |
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of elements contained in the collection. |
![]() | IsFixedSize | Gets a value indicating whether the SelectedItemsWrapper has a fixed size. |
![]() | IsReadOnly | Gets a value indicating whether the SelectedItemsWrapper is read-only. |
![]() | IsSynchronized | Gets a value indicating whether access to the collection is synchronized (thread safe). |
![]() | Item | Gets or sets the element at the specified index. |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the collection. |
| Name | Description | |
|---|---|---|
![]() | Add | Adds an item to the SelectedItemsWrapper. |
![]() | Clear | Removes all items from the SelectedItemsWrapper. |
![]() | Contains | Determines whether the SelectedItemsWrapper contains a specific value. |
![]() | CopyTo | Copies the elements of the collection to an Array, starting at a particular Array index. |
![]() | GetEnumerator | Returns an enumerator that iterates through a collection. |
![]() | IndexOf | Determines the index of a specific item in the SelectedItemsWrapper. |
![]() | Insert | Inserts an item to the SelectedItemsWrapper at the specified index. |
![]() | Remove | Removes the first occurrence of a specific object from the SelectedItemsWrapper. |
![]() | RemoveAt | Removes the SelectedItemsWrapper item at the specified index. |
| Name | Description | |
|---|---|---|
![]() | CollectionChanged | Occurs when the items list of the collection has changed, or the collection is reset. |
![]() | PropertyChanged | Occurs when a property value changes. |
.NET: net5.0, net5.0-windows, net6.0, net6.0-macos, net6.0-windows, net7.0, net7.0-macos, net7.0-windows, net8.0, net8.0-browser, net8.0-macos, net8.0-windows, net9.0, net9.0-browser, net9.0-macos, net9.0-windows, net10.0, net10.0-browser, net10.0-macos, net10.0-windows.
.NET Framework: net40, net403, net45, net451, net452, net46, net461, net462, net463, net47, net471, net472, net48, net481.