ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ComboBox Class / SelectedValuePath Property



In This Topic
    SelectedValuePath Property
    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
    'Usage
     
    
    Dim instance As C1ComboBox
    Dim value As String
     
    instance.SelectedValuePath = value
     
    value = instance.SelectedValuePath
    public string SelectedValuePath {get; set;}
    public:
    property String^ SelectedValuePath {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    Returns the path used to get the SelectedValue. The default is an empty string.
    See Also