C1.WPF.Extended.PropertyGrid Namespace / EnumEditor Class / Detach Method

In This Topic
Detach Method (EnumEditor)
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 _
) 
 

Parameters

property
See Also