Version

ConvertibleTypeEditor Class

UITypedEditor used to display a list of types for the CalcSettings.TreatAsType property of a CalcSettings.
Syntax
'Declaration
 
Public NotInheritable Class ConvertibleTypeEditor 
   Inherits Infragistics.Win.Design.DataTypeUITypeEditor
public sealed class ConvertibleTypeEditor : Infragistics.Win.Design.DataTypeUITypeEditor 
Remarks

This class provides a dropdown list of types for the CalcSettings.TreatAsType property. This is not neccessarily a complete list of all possible types that are valid for the property, but it is a list of the most common types.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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