1
Answer

Property in combobox

Smart    Lucky

Smart Lucky

13y
1.3k
1
Hi

is there any property in checkbox like in comobox displaymember and selectedvaluepath in silverlight..................?

            mycombo.DisplayMemberPath = "Name";(Propery Name)
            mycombo.ItemsSource = carList;(list )
            mycombo.SelectedValuePath = "Price";(Propery Name)
Answers (1)