Click or drag to resize
EntityPropertyDescriptorGetEditor Method
Gets an editor of the specified type.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public override Object GetEditor(
	Type editorBaseType
)

Parameters

editorBaseType
Type: SystemType
The base type of editor, which is used to differentiate between multiple editors that a property supports.

Return Value

Type: Object
An instance of the requested editor type, or null if an editor cannot be found.
See Also