[]
        
(Showing Draft Content)

C1.WPF.PropertyGrid.IPropertyGridEditor

IPropertyGridEditor Interface

The factory of property grid editors.

Namespace: C1.WPF.PropertyGrid
Assembly: C1.WPF.PropertyGrid.dll
Syntax
public interface IPropertyGridEditor

Methods

Name Description
Attach(FrameworkElement, PropertyGroup, Action<FrameworkElement, object>)

Attaches the group to the editor.

Create(C1PropertyGrid)

Creates a new editor.

Detach(FrameworkElement, PropertyGroup)

Detaches the editor.

Supports(PropertyInfo)

Gets whether the specified property is supported by this editor.