Gets the editor control associated to the specified property.

Namespace:  C1.Silverlight.Extended
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

Syntax

C#
public ITypeEditorControl GetEditorControl(
	string propertyName
)
Visual Basic
Public Function GetEditorControl ( _
	propertyName As String _
) As ITypeEditorControl

Parameters

propertyName
Type: System..::..String
Name of the property.

Return Value

The associated editor.

See Also