Gets the value of the SelectedItem, obtained by using SelectedValuePath. This is a dependency property.

Namespace:  DlhSoft.Windows.Controls.Primitives
Assembly:  DlhSoft.Data.Controls (in DlhSoft.Data.Controls.dll)

Syntax

C#
[BindableAttribute(true)]
public Object SelectedValue { get; internal set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property SelectedValue As Object

See Also