Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended.PropertyGrid Namespace / ColorEditor Class / Attach Method / Attach(PropertyGroup) Method

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

    Parameters

    group
    See Also