Items Property (UWPComboBox)

Class

UWPComboBox.

Action

Gets a complete list of items.

Syntax

C#
protected List(Of UWPComboBoxItem) Items { get; }
VB
'Declaration
Protected Read Property Items As List(Of UWPComboBoxItem)

Access

Read only.