[]
Gets or sets the property path that is used to get the SelectedValue property of the SelectedItem property. This is a dependency property.
[Bindable(true)]
[Localizability(LocalizationCategory.NeverLocalize)]
public string SelectedValuePath { get; set; }
<Bindable(True)>
<Localizability(LocalizationCategory.NeverLocalize)>
Public Property SelectedValuePath As String
Type | Description |
---|---|
string | The property path that is used to get the SelectedValue property of the SelectedItem property. The default is Empty. |
The following code example demonstrates how to use SelectedValue and SelectedValuePath property.