Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / ITypeMutipleEditorControl Interface / Attach Method

In This Topic
    Attach Method (ITypeMutipleEditorControl)
    In This Topic
    Attaches (initializes) the editor with the current Group.
    Syntax
    'Declaration
     
    
    Sub Attach( _
       ByVal group As PropertyGroup _
    ) 
    void Attach( 
       PropertyGroup group
    )

    Parameters

    group
    See Also