[]
        
(Showing Draft Content)

C1.WPF.Extended.ITypeEditorControl

ITypeEditorControl Interface

The Interface for the all the editors used by the C1PropertyGrid.

Namespace: C1.WPF.Extended
Assembly: C1.WPF.Extended.4.6.2.dll
Syntax
public interface ITypeEditorControl
Public Interface ITypeEditorControl

Methods

Name Description
Attach(PropertyAttribute)

Attaches (initializes) the editor with the current property.

Create()

Creates ands initializes a new instance of the editor

Detach(PropertyAttribute)

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

Supports(PropertyAttribute)

Returns true if the editor supports (is able to show/edit) the property values described by the PropertyAttribute.

Events

Name Description
ValueChanged

Fired when the value of the current property has changed.