[]
        
(Showing Draft Content)

C1.WPF.Input.ComboBoxSelection

ComboBoxSelection Class

Represents the selection of a C1ComboBox.

Inheritance
ComboBoxSelection
Namespace: C1.WPF.Input
Assembly: C1.WPF.Input.dll
Syntax
public class ComboBoxSelection : IList<ComboBoxItem>, ICollection<ComboBoxItem>, IReadOnlyList<ComboBoxItem>, IReadOnlyCollection<ComboBoxItem>, IEnumerable<ComboBoxItem>, IEnumerable, INotifyCollectionChanged
Public Class ComboBoxSelection
    Implements IList(Of ComboBoxItem), ICollection(Of ComboBoxItem), IReadOnlyList(Of ComboBoxItem), IReadOnlyCollection(Of ComboBoxItem), IEnumerable(Of ComboBoxItem), IEnumerable, INotifyCollectionChanged

Properties

Name Description
Count

Gets the number of selected items.

IsReadOnly
this[int]

Gets the selected item at the specified index.

Ranges

Gets the selected indexes.

Methods

Name Description
Add(ComboBoxItem)
Add(object)
Clear()
Contains(ComboBoxItem)
CopyTo(ComboBoxItem[], int)
CopyTo(Array, int)

Copies the elements of the ICollection to an Array, starting at a particular Array index.

GetEnumerator()

Gets the enumerator.

IndexOf(ComboBoxItem)
Insert(int, ComboBoxItem)
Remove(ComboBoxItem)
RemoveAt(int)

Events

Name Description
CollectionChanged