ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridComboBoxColumn Class / SelectedValuePath Property

In This Topic
    SelectedValuePath Property (DataGridComboBoxColumn)
    In This Topic
    Gets or sets the path that is used to get the SelectedValue from the SelectedItem of the combo.
    Syntax
    'Declaration
     
    
    Public Property SelectedValuePath As String
    public string SelectedValuePath {get; set;}

    Property Value

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