Version

ComboBoxListItem Class Members

The following tables list the members exposed by ComboBoxListItem.

Public Constructors
 NameDescription
Public ConstructorComboBoxListItem ConstructorCreates a new instance of the ComboBoxListItem class.  
Public Properties
 NameDescription
Public PropertyDataValueThe data value of the item.  
Public PropertyDisplayTextThe text to display for the item.  
Public PropertyTagan object that stores extra data related to the item.  
Public Methods
 NameDescription
Public MethodToStringReturns a string that represents the current object.  
Protected Methods
 NameDescription
Protected MethodOnPropertyChangedUsed to invoke the System.ComponentModel.INotifyPropertyChanged.PropertyChanged event for the collection.  
See Also