Gets or sets the first item in the current selection or returns null if the selection is empty.

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

Syntax

C#
Object SelectedItem { get; set; }
Visual Basic (Declaration)
Property SelectedItem As Object

See Also