[]
The advanced editor show a three-dot icon and allows showing a separate editor in a window.
public abstract class BaseAdvancedEditor<P, E> : BaseEditor<P, AdvancedEditor>, IPropertyGridEditor
| Name | Description |
|---|---|
| P | The property type. |
| E | The window editor type. |
| Name | Description |
|---|---|
| BaseAdvancedEditor() |
| Name | Description |
|---|---|
| Attach(AdvancedEditor, PropertyGroup, Action<AdvancedEditor, object>) | |
| AttachPopupEditor(E, PropertyGroup, Action<E, object>) | Attaches the window editor to the |
| Create(C1PropertyGrid) | |
| CreatePopupEditor(C1PropertyGrid) | Creates the editor used inside the window. |
| Detach(AdvancedEditor, PropertyGroup) | |
| DetachPopupEditor(E) | Detaches the events from the editor. |