[]
        
(Showing Draft Content)

C1.WPF.Extended.PropertyGrid.NumericEditor.Attach

Attach Method

Attach(PropertyAttribute)

Attaches (initializes) the editor with the current property.

Declaration
public virtual void Attach(PropertyAttribute property)
Parameters
Type Name Description
PropertyAttribute property
Implements

Attach(PropertyGroup)

Attaches (initializes) the editor with the current Group.

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