Top "Selecteditem" questions

selecteditem is a property used to identify the currently selected item in a collection

finding selected items in Telerik RadGridView using MVVM pattern

I am using a Telerik RadGridView in my application and it has a GridViewSelectColumn item in it, which allows me …

mvvm telerik selecteditem caliburn.micro radgridview
GridView in UWP

I are facing issue with GridView Control. We had a working Windows Store App on 8.1 where GridView left and right …

c# gridview selecteditem uwp
WPF - Bind to selecteditem of listbox between user controls

I have two usercontrols, the first with a listbox that is bound to a list of Customers that displays some …

wpf data-binding user-controls listbox selecteditem
Can't set Combobox SelectedItem, Value

In my application I have a customer who can have multiple locations. When you select a customer in my dropdownbox, …

c# combobox foreach selecteditem selectedvalue
Getting ValueMember from selected item in a ListBox with C#

I'm trying to get all the selected items ValueMember from a ListBox with C#. For ex.: I've a list like …

c# listbox selecteditem valuemember
ListBox Style Selected item on windows phone

i would like know how can i add a style when a item of the listbox is selected. I have …

windows-phone-7 listbox selecteditem
Winforms ComboBox SelectedItem changing does not affect the BindingSource

I am making C# / WinForms application. The problem I couldn't solve (yet) is that when I change the SelectedItem of …

c# winforms binding combobox selecteditem
Cannot access the selected items collection when the ListView is in virtual mode?

I have a ListView in Virtual Mode. I wanna to access SelectedItems property. But when I use ListView1.SelectedItems , I …

c# listview selecteditem virtualmode
How to databind SelectedItem of RibbonComboBox

My question is basically this one. I thought it would help to provide some more information and code that makes …

wpf data-binding mvvm selecteditem ribboncontrolslibrary
WPF ListView SelectedItem is null

I have a Listview that has a checkbox as one of the columns. If I click anywhere but the actual …

c# wpf listview checkbox selecteditem