Version

ValueTypeName Property

Gets or sets the name of the type of values that this editor manipulates.
Syntax
'Declaration
 
Public Property ValueTypeName As String
public string ValueTypeName {get; set;}
Remarks

This property is exposed so that the type can be specified in xaml such that the same string will result in the appropriate type being resolved in ValueTypeResolved in both SL and WPF. In addition to being able to resolve fully qualified type names this property supports short names for the common types, e.g. 'DateTime', 'Int32', as well as their corresponding nullable types, e.g. 'DateTime?', 'Int32?', 'Double?' etc.

Note: this property is ignored if ValueType is specified

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