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;}
See Also