[]
        
(Showing Draft Content)

C1.WPF.ListView.ListViewSelection

ListViewSelection Class

Represents the selection of a C1ListView.

Inheritance
ListViewSelection
Namespace: C1.WPF.ListView
Assembly: C1.WPF.ListView.dll
Syntax
public class ListViewSelection : IReadOnlyList<ListViewItem>, IReadOnlyCollection<ListViewItem>, IEnumerable<ListViewItem>, IEnumerable
Public Class ListViewSelection
    Implements IReadOnlyList(Of ListViewItem), IReadOnlyCollection(Of ListViewItem), IEnumerable(Of ListViewItem), IEnumerable

Properties

Name Description
Count

Gets the number of selected items.

this[int]

Gets the selected item at the specified index.

Ranges

Gets the selected indexes.

Methods

Name Description
GetEnumerator()

Gets the enumerator.