Infragistics(R) NetAdvantage(R) : Silverlight 2011.2
DefaultValueType Property
See Also  E-mail your feedback on this topic.
Infragistics.Controls.Editors Namespace > ValueInput Class : DefaultValueType Property

Returns the default value type of the editor. When the Infragistics.Controls.Editors.ValueInput.ValueType property is not set, this is the type that the ValueInput.ValueTypeResolved will return.

Syntax

Visual Basic (Declaration) 
Protected ReadOnly Property DefaultValueType As Type
C# 
protected Type DefaultValueType {get;}

See Also