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

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

Syntax

C#
void Detach(
	PropertyAttribute property
)
Visual Basic
Sub Detach ( _
	property As PropertyAttribute _
)

See Also