Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / ITypeMutipleEditorControl Interface / Detach Method

In This Topic
    Detach Method (ITypeMutipleEditorControl)
    In This Topic
    Detaches (releases) the editor that was attached with the property passed as parameter.
    Syntax
    'Declaration
     
    
    Sub Detach( _
       ByVal property As PropertyAttribute _
    ) 
    void Detach( 
       PropertyAttribute property
    )

    Parameters

    property
    See Also