[]
        
(Showing Draft Content)

C1.WPF.PropertyGrid.BaseEditor-2

BaseEditor<P, C> Class

Base class for editors.

Implements
Namespace: C1.WPF.PropertyGrid
Assembly: C1.WPF.PropertyGrid.dll
Syntax
public abstract class BaseEditor<P, C> : IPropertyGridEditor where C : FrameworkElement
Type Parameters
Name Description
P

The type of the property.

C

The type of the control.

Constructors

Name Description
BaseEditor()

Methods

Name Description
ApplyEditorStyleProperties(C1PropertyGrid, FrameworkElement)

Applies the Editor properties specified in the C1PropertyGrid.

Attach(C, PropertyGroup, Action<C, object>)
Create(C1PropertyGrid)
Detach(C, PropertyGroup)
Supports(PropertyInfo)

Gets whether the specified property is supported by this editor.