Version

DisplayText Property (ComboBoxDataItem)

Gets or sets the display text associated with the item.
Syntax
'Declaration
 
Public Property DisplayText As String
public string DisplayText {get; set;}
Remarks

Display text associated with the item is displayed for each item in both the drop down and combo portion. If display text is not specified, text representation of Value will be used.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also