Gets/Sets a value which determines the currently selected item

C# | Visual Basic | Visual C++ |
public ItemControl SelectedItem { get; set; }
Public Property SelectedItem As ItemControl
public: property ItemControl^ SelectedItem { ItemControl^ get (); void set (ItemControl^ value); }