DisplayMember vs ValueMember
Can I use DisplayMember and ValueMember in ComboBox/ListBox?
Since most of the time I need description or expression shown in listbox but only need key value for filtering in sql query.
Regards,
Steve
Since most of the time I need description or expression shown in listbox but only need key value for filtering in sql query.
Regards,
Steve
Comments
There are no such properties in ComboBoxControl, but you can use underlying WinForms control accessible via ComboBoxControl.ComboBox property.