MindFusion WinForms Programmer's Guide
DataBinder Constructor
See Also
 





Initializes a new instance of the DataBinder class.

Namespace: MindFusion.DataBinding
Assembly: MindFusion.DataBinding

 Syntax

C#  Copy Code

public DataBinder (
    bool keepInSync
)

Visual Basic  Copy Code

Public New ( _
    keepInSync As Boolean _
)

 Parameters

keepInSync

Specifies whether the data source and the control's data collections should be kept synchronized.

 See Also

DataBinder Class
MindFusion.DataBinding Namespace