Assigns (copies) properties from another C1DataBinding to the current object.
Namespace:
C1.C1Preview.DataBindingAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public void AssignFrom( C1DataBinding source ) |
Visual Basic |
---|
Public Sub AssignFrom ( _ source As C1DataBinding _ ) |
Parameters
- source
- Type: C1.C1Preview.DataBinding..::..C1DataBinding
The source object to copy properties from.