Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1ComboBox Class / SelectedValuePath Property

In This Topic
    SelectedValuePath Property (C1ComboBox)
    In This Topic
    Gets or sets the path that is used to get the SelectedValue from the SelectedItem.
    Syntax
    'Declaration
     
    
    Public Property SelectedValuePath As String
    public string SelectedValuePath {get; set;}
    Remarks
    Returns the path used to get the SelectedValue. The default is an empty string.
    See Also