ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / GroupInfo Class / CopyFrom Method
A C1.Web.Wijmo.Controls.Settings that represents the properties to copy.

In This Topic
    CopyFrom Method (GroupInfo)
    In This Topic
    Copies the properties of the specified C1.Web.Wijmo.Controls.Settings into the instance of the GroupInfo class that this method is called from.
    Syntax
    'Declaration
     
    Public Shadows Sub CopyFrom( _
       ByVal copyFrom As Settings _
    ) 
    public new void CopyFrom( 
       Settings copyFrom
    )

    Parameters

    copyFrom
    A C1.Web.Wijmo.Controls.Settings that represents the properties to copy.
    See Also