C1.Web.Wijmo.Controls.45 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 _
) 
 

Parameters

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