So I have a list of dictionaries defined as such:
Public Class Table
Inherits ObjectModel.Collection(Of IDictionary(Of String, Object))
End Class
The problem is that I can't figure out how to make the DataGrid use the dictionary to look-up values instread of searching for property names.