Gets a Dictionary object that maps the data source item properties to the control's item properties.
Namespace: MindFusion.DataBinding
Assembly: MindFusion.DataBinding
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)) |