[]
        
(Showing Draft Content)

C1.WPF.Extended.PropertyGrid.ColorPaletteEditor.Attach

Attach Method

Attach(PropertyAttribute)

Attaches (initializes) the editor with the current property.

Declaration
public virtual void Attach(PropertyAttribute property)
Public Overridable Sub Attach([property] As PropertyAttribute)
Parameters
Type Name Description
PropertyAttribute property
Implements

Attach(PropertyGroup)

Attaches (initializes) the editor with the current Group.

Declaration
public void Attach(PropertyGroup group)
Public Sub Attach(group As PropertyGroup)
Parameters
Type Name Description
PropertyGroup group
Implements