[]
        
(Showing Draft Content)

C1.WPF.PropertyGrid.BaseAdvancedEditor-2

BaseAdvancedEditor<P, E> Class

The advanced editor show a three-dot icon and allows showing a separate editor in a window.

Inheritance
BaseAdvancedEditor<P, E>
Implements
Namespace: C1.WPF.PropertyGrid
Assembly: C1.WPF.PropertyGrid.dll
Syntax
public abstract class BaseAdvancedEditor<P, E> : BaseEditor<P, AdvancedEditor>, IPropertyGridEditor
Type Parameters
Name Description
P

The property type.

E

The window editor type.

Constructors

Name Description
BaseAdvancedEditor()

Methods

Name Description
Attach(AdvancedEditor, PropertyGroup, Action<AdvancedEditor, object>)
AttachPopupEditor(E, PropertyGroup, Action<E, object>)

Attaches the window editor to the group.

Create(C1PropertyGrid)
CreatePopupEditor(C1PropertyGrid)

Creates the editor used inside the window.

Detach(AdvancedEditor, PropertyGroup)
DetachPopupEditor(E)

Detaches the events from the editor.