L
Liam Ponder
I have a arraylist of workorders that I can bind to the
datasource of a datagrid. However, each workorder has a
building object that has properties as well. How can I
access these subproperties of the building object in the
datagrid?
I can access these single level fields easily
Workorder.Description
but how do I access sub fields??
Workorder.Building.Description
datasource of a datagrid. However, each workorder has a
building object that has properties as well. How can I
access these subproperties of the building object in the
datagrid?
I can access these single level fields easily
Workorder.Description
but how do I access sub fields??
Workorder.Building.Description