Gets a DataBinder object that gives access to other DataSourceTracker objects, which are needed when handling references between items from different data source collections.
Namespace: MindFusion.DataBinding
Assembly: MindFusion.DataBinding
SyntaxC#
Copy Code
|
|---|
public DataBinder DataBinder { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property DataBinder As DataBinder |
A DataBinder object.
See Also