[]
        
(Showing Draft Content)

C1.WPF.PropertyGrid.ObjectEditor

ObjectEditor Class

Editor for general purpose use, which allows displaying the object in the property in a separate C1PropertyGrid as well as converting from string.

Implements
Namespace: C1.WPF.PropertyGrid
Assembly: C1.WPF.PropertyGrid.dll
Syntax
public class ObjectEditor : BaseAdvancedEditor<object, Grid>, IPropertyGridEditor

Constructors

Name Description
ObjectEditor()

Methods

Name Description
AttachPopupEditor(Grid, PropertyGroup, Action<Grid, object>)

Attaches the window editor to the group.

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.