Skip to content

SelectedItem Property

Mauricio Jorquera edited this page Feb 10, 2026 · 2 revisions

Gets or sets the currently selected item.

Syntax

C#

public ComboBoxItemText SelectedItem { get; set; }

Remarks

The default value is null.

Clone this wiki locally