Gets or sets the path that is used to get the SelectedValue from the SelectedItem.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public string SelectedValuePath { get; set; }
Visual Basic
Public Property SelectedValuePath As String
	Get
	Set

Remarks

Returns the path used to get the SelectedValue. The default is an empty string.

See Also