[]
Editor for general purpose use, which allows displaying the object in the property in a separate C1PropertyGrid as well as converting from string.
public class ObjectEditor : BaseAdvancedEditor<object, Grid>, IPropertyGridEditor
| Name | Description |
|---|---|
| ObjectEditor() |
| Name | Description |
|---|---|
| AttachPopupEditor(Grid, PropertyGroup, Action<Grid, object>) | Attaches the window editor to the |
| CreatePopupEditor(C1PropertyGrid) | Creates the editor used inside the window. |
| DetachPopupEditor(Grid) | Detaches the events from the editor. |
| Supports(PropertyInfo) | Gets whether the specified property is supported by this editor. |