Wednesday, August 20, 2008

selecting a combobox value in WPF

now im in WPF browser application ,
everything seems to be complicated unless otherwise

System.Windows.Controls.ComboBoxItem Value = this.cmbStatus.SelectedValue as ComboBoxItem;

Value.Content.ToString();

No comments: