ComponentOne Extended Library for WPF and Silverlight
GetEditorControl Method (C1PropertyGrid)

C1.Silverlight.Extended Namespace > C1PropertyGrid Class : GetEditorControl Method
Name of the property.
Gets the editor control associated to the specified property.
Syntax
'Declaration
 
Public Function GetEditorControl( _
   ByVal propertyName As String _
) As ITypeEditorControl
public ITypeEditorControl GetEditorControl( 
   string propertyName
)

Parameters

propertyName
Name of the property.

Return Value

The associated editor.
See Also

Reference

C1PropertyGrid Class
C1PropertyGrid Members