Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended.PropertyGrid Namespace / ColorEditor Class / Detach Method

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

    Parameters

    property
    See Also