Top "Selecteditem" questions

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

Mvvm-Light Silverlight, using EventToCommand with a Combobox

I've hooked up a ComboBox's SelectedItemChangeEvent to a ICommand in my view model. Everything seems to be working fine however …

silverlight selecteditem mvvm-light
(CSS?) Eliminating browser's 'selected' lines around a hyperlinked image?

The attached screenshot is from OS X/Firefox 3. Note that the center tab (an image) has a dotted line around …

css selecteditem
WPF - Combobox SelectedItem not getting set?

I have a ComboBox that has its ItemsSource bound to a static List<CustomSettings> of options. The ComboBox …

wpf binding combobox selecteditem itemssource
DevExpress ASPxComboBox SelectItem is null

I have an ASPxComboBox which I was able to get filtering correctly on user input. Now I want to save …

combobox devexpress selecteditem aspxcombobox
WPF ListBox - Getting UIElement instead of of SelectedItem

I created a ListBox that has a DataTemplate as Itemtemplate. However, is there an easy way to access the generated …

wpf listbox datatemplate selecteditem uielement
Reset combobox selected item on set using MVVM

I am using a ComboBox in my WPF application and following MVVM. There is a list of strings which I …

c# wpf mvvm combobox selecteditem
Xamarin Forms - How to get the index number from ListView SelectedItem

I am completely stuck on this. I have a ListView defined in XAML code, but I need to find out …

listview xamarin xamarin.forms int selecteditem
WPF ComboBox resets selected item when item-source changes

Consider the following XAML: <ComboBox Name="CompanyComboBox" HorizontalAlignment="Stretch" ItemsSource="{Binding Path=GlobalData.Companies}" SelectedValuePath="Id" SelectedValue="{Binding Customer.…

wpf combobox selecteditem
Get selected tree node item full path in C# (WinForms)

I have a TreeView component and content of it like this: MainLine + SubLine1 + SUbline2 + Subline3 + Subline4 + Subline5 - Subline6 SublineDetail1 **…

c# treeview selecteditem treenode
Need SIMPLE working example of setting WPF MVVM ComboBox ItemsSource based on SelectedValue of second ComboBox

Can anyone show me a simple working example for a WPF MVVM application to set the ItemsSource of combobox B …

wpf combobox selecteditem itemssource