Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / C1PropertyGrid Class / GetEditorControl Method
Name of the property.

In This Topic
    GetEditorControl Method (C1PropertyGrid)
    In This Topic
    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