[]
Base class for editors.
public abstract class BaseEditor<P, C> : IPropertyGridEditor where C : FrameworkElement
| Name | Description |
|---|---|
| P | The type of the property. |
| C | The type of the control. |
| Name | Description |
|---|---|
| BaseEditor() |
| 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. |