Gets (or sets, at initialization time) the value of the selected item.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public Object SelectedValue { get; set; }
Visual Basic (Declaration)
Public Property SelectedValue As Object

See Also