C#C
C#3y ago
agent4125

❔ Binding question for winforms DataGridView

All the examples I can find show how to bind to a row object that has fixed properties such as:

row.name
row.price
row.phone

I can't find how to bind when the properties are accessed like this:

row["name"]
row["price"]
row["phone"]

Any help appreciated! Thanks.
Was this page helpful?