Table of Contents
SelectionBoxItem Property

Gets the item that is displayed in the selection box.

Syntax
 public Object SelectionBoxItem { get; }
Remarks

The ComboBox uses this property to show the selected item in the ComboBox. To get the selected item(s) of the ComboBox control, use SelectedItem property or SelectedItems property respectively.

See Also