ComponentOne FinancialChart for WPF
SelectedValuePath Property



C1.WPF Namespace > C1ComboBox Class : SelectedValuePath Property
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

Reference

C1ComboBox Class
C1ComboBox Members