The following tables list the members exposed by ComboBoxItem.
Public Constructors
| Name | Description |
![Public Constructor](template/packages/core-dotnet/images/publicConstructor.png) | ComboBoxItem Constructor | Initializes a new instance of the ComboBoxItem class specifying the values that the item contains. |
Top
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Item | Overloaded. Gets the value at the specified index. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ValueCount | Gets the number of values contained in the item. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Values | Gets the values contained within the item. |
Top
Public Methods
| Name | Description |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Equals | Determines whether the specified object is equal to the current ComboBoxItem. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetHashCode | Serves as a hash function for the ComboBoxItem, suitable for use in hashing algorithms
and data structures like a hash table. |
Top
See Also