SelectedItem Property (ComboBox)

Class

ComboBox.

Action

Gets or sets the selected item.

Syntax

C#
protected ItemIdentifier SelectedItem { get; set; }
VB
'Declaration
Protected ReadWrite Property SelectedItem As ItemIdentifier

Access

Read and write.