Version

DisplayValue Property

Indicates the value that's displayed in the edit portion.
Syntax
'Declaration
 
Public ReadOnly Property DisplayValue As Object
public object DisplayValue {get;}
Remarks

DisplayValue indicates the value that's displayed in the edit portion of the editor. It's value depends on the value of DisplayValueSource property. If DisplayValueSource is set to DisplayText then the property returns the value of DisplayText property. If the DisplayValueSource is set to Value then the property returns the value of the Value property. If it's set to SelectedItem then this property returns the value of the SelectedItem property.

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