[]
        
(Showing Draft Content)

C1.WPF.ListView.ListViewSelection.Item

this Property

this[int]

Gets the selected item at the specified index.

Declaration
public ListViewItem this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As ListViewItem
Parameters
Type Name Description
int index

The index of the selected item.

Implements