Adds a new simple value binding between the data source and the target collection.
Namespace: MindFusion.DataBinding
Assembly: MindFusion.DataBinding
SyntaxC#
Copy Code
|
|---|
public void AddProperty ( |
Visual Basic
Copy Code
|
|---|
Public Sub AddProperty( _ |
A member field or property of the data source.
A corresponding member field or property of the target items.
See Also