Version

EditorType Property (Cell)

The type for the Infragistics.Windows.Editors.ValueEditor used within this cell
Syntax
'Declaration
 
Public Property EditorType As Type
public Type EditorType {get; set;}
Remarks

Refer to the Editors topic in the Developer's Guide for an explanation of editors.

Refer to the Editing Cell Values topic in the Developer's Guide for an explanation of how editing works.

Note that if you need to set more than one of EditAsType, EditorType and EditorStyle properties, you may want to use the SetEditorSettings method to set them all at once for better performance as it updates the CellValuePresenter associated with the cell only once.

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