ListView for WPF | ComponentOne
C1.WPF.ListView Assembly / C1.WPF.ListView Namespace / C1TileListView Class / SelectedItem Property

In This Topic
    SelectedItem Property (C1TileListView)
    In This Topic
    Gets or set the item which is selected.
    Syntax
    'Declaration
     
    Public Property SelectedItem As Object
    public object SelectedItem {get; set;}
    See Also