Version

EditorType Property (ComponentRoleDefinition)

Returns or sets what type of editor the component may use.
Syntax
'Declaration
 
Public Property EditorType As Type
public Type EditorType {get; set;}
Remarks

Standalone editor controls like UltraTextEditor would return the specific editor that they use - e.g. EditorWithText. Controls such as UltraGrid that can use any editor can return the constant value AllEditors. Controls that do not utilize editors would return null. The default implementation returns null assuming that the component does not utilize editors.

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