All I am saying is that, can I have an extra property in comboBox which works just like Selected Value in WPF. As using selected Item is a tough task while developing a business application.
And since I want to create a custom control for ComboBox specially for Databinding in which I am creating some dependency properties like Table Name Binding Column Name so that I can bind the comboBox accordingly.
For Example :- If a comboBox is inside a Grid which is its Parent and the ComboBox has an ItemsSource . Now the Grid has a DataContext, and suppose there is one ID property in that DataContext. Now according to that ID I want to display the Data in the ComboBox.
The problem is that , since it is a custom control so I do not know the ItemsSource and DataContext type and thus I can't use Selected Item Property. Had the selected value and selected Value Path been there in Silverlight just like WPF the work would have been easier.
Thanks,
nikhil