SelectedItem Property (UWPComboBox)

Class

UWPComboBox.

Action

Gets the selected item or null (Nothing in Visual Basic) if the selection is empty.

Syntax

C#
protected UWPComboBoxItem SelectedItem { get; }
VB
'Declaration
Protected Read Property SelectedItem As UWPComboBoxItem

Access

Read only.