MindFusion WinForms Programmer's Guide
DataSourceTracker.Properties Property
See Also
 





Gets a Dictionary object that maps the data source item properties to the control's item properties.

Namespace: MindFusion.DataBinding
Assembly: MindFusion.DataBinding

 Syntax

C#  Copy Code

public Dictionary<string, List<BoundProperty>> Properties { get; }

Visual Basic  Copy Code

Public ReadOnly Property Properties As Dictionary(Of String, List(Of BoundProperty))

 Property Value

 See Also

DataSourceTracker Members
DataSourceTracker Class
MindFusion.DataBinding Namespace