ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / ComboBoxItem Class
Members

In This Topic
    ComboBoxItem Class
    In This Topic
    Represents a selectable item in a ComboBox.
    Syntax
    public class ComboBoxItem 
    Public Class ComboBoxItem 
    Remarks

    The default item template for ComboBox expects ComboBoxItems. If you're using a custom item template you can fill the combo box with whatever type is appropriate.

    Inheritance Hierarchy

    System.Object
       ArcGIS.Desktop.Framework.Contracts.ComboBoxItem

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also