Detaches (releases) the editor that was attached with the property passed as parameter.

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

Syntax

C#
public virtual void Detach(
	PropertyAttribute property
)
Visual Basic
Public Overridable Sub Detach ( _
	property As PropertyAttribute _
)

Implements

ITypeEditorControl..::..Detach(PropertyAttribute)

See Also