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

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.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