[]
        
(Showing Draft Content)

C1.WPF.PropertyGrid.BaseAdvancedEditor-2.AttachPopupEditor

AttachPopupEditor Method

AttachPopupEditor(E, PropertyGroup, Action<E, object>)

Attaches the window editor to the group.

Declaration
public virtual void AttachPopupEditor(E editor, PropertyGroup group, Action<E, object> valueChanged)
Parameters
Type Name Description
E editor

The editor being attached.

PropertyGroup group

The group to be attached.

Action<E, object> valueChanged

Callback used to notify the editor changed.