Version

CopyTo(ObjectBase,Boolean) Method

Copies properties from the current object into the passed in object
Syntax
'Declaration
 
Public Overloads Overridable Sub CopyTo( _
   ByVal obj As ObjectBase, _
   ByVal deep As Boolean _
) 
public virtual void CopyTo( 
   ObjectBase obj,
   bool deep
)

Parameters

obj
Object into which to copy properties
deep
This parameter is used by WebHierarchicalDataGrid to copy behavior properties. If deep is set to true then the behavior properties are copied as if it was defined on the grid's band. If deep is set to false then the behavior's properties are copied as if it was defined on a parent grid or parent band.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also