ComponentOne DataGrid for WPF and Silverlight
SelectedValuePath Property (DataGridComboBoxColumn)

C1.Silverlight.DataGrid Namespace > DataGridComboBoxColumn Class : SelectedValuePath Property
Gets or sets the path that is used to get the SelectedValue from the SelectedItem of the combo.
Syntax
'Declaration
 
Public Property SelectedValuePath As System.String
public System.string SelectedValuePath {get; set;}

Property Value

Returns the path used to get the SelectedValue. The default is an empty string.
See Also

Reference

DataGridComboBoxColumn Class
DataGridComboBoxColumn Members