Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
ComboBoxDataItem Class Members
The following tables list the members exposed by ComboBoxDataItem.
Public Properties
| Name | Description |
| DisplayText | Gets or sets the display text associated with the item. |
| Image | Gets or sets the image to display in the item. |
| Tag | Gets or sets the tag. |
| Value | Gets or sets the value associated with this item. |
Public Methods
| Name | Description |
| ToString | Returns the display text. |
Public Events
| Name | Description |
| PropertyChanged | INotifyPropertyChanged.PropertyChanged event implementation. |
See Also