Top "Selected" questions

This is a general tag used when talking about one or more GUI element(s) that is/are selected by the user.

Devexpress gridcontrol change selected row color

I'm using FormatConditions to format certain rows based on their properties. E.g. I have a gridcontrol with many rows …

colors devexpress rows selected gridcontrol
.NET MVC MultiSelectList and selected values

I am trying to set the selected values for a MultiSelectList but the page does not display any values as …

asp.net-mvc multi-select selected
How get selected option from ListPreference?

I have ListPreference and it contains for example 5 options and I want to save one of this value to SharedPreferences …

android preferences selected listpreference
WPF ListBox Image Selected the saga continues

Ok in my ListBox scrolling images w/ text, etc. the saga continues. When I click one of the items, to …

wpf image listbox focus selected
Can not set Selected property of SelectListItem

I have a CategoryViewModel as follows: public class CategoryViewModel { public string Id {get; set;} public string Name { get; set; } public …

c# asp.net-mvc selected selectlistitem