Attaches (initializes) the editor with the current property.

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

Syntax

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

Implements

ITypeEditorControl..::..Attach(PropertyAttribute)

See Also