ArcGIS Pro 2.8 API Reference Guide
ItemCollection Property (ComboBox)

ArcGIS.Desktop.Framework.Contracts Namespace > ComboBox Class : ItemCollection Property
Gets the combo box items.
Syntax
public ReadOnlyObservableCollection<object> ItemCollection {get;}
Public ReadOnly Property ItemCollection As ReadOnlyObservableCollection(Of Object)
Remarks

The default item template for combo boxes expects a collection of ComboBoxItem. If you are using your own item template, you can fill the collection with whatever type is appropriate.

All items added to the ItemCollection must be created on the main UI thread as these ultimately become UI content.

Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

ComboBox Class
ComboBox Members