C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.DataBinding Namespace / Field Class / AssignFrom Method
The source object, properties of which are copied.

In This Topic
AssignFrom Method (Field)
In This Topic
Copies properties from another Field object.
Syntax
'Declaration
 
Public Overrides Sub AssignFrom( _
   ByVal source As NamedCollectionItem _
) 
 

Parameters

source
The source object, properties of which are copied.
See Also