BInding to two data property values to itemArray

Hello, I’m looking for a way to bind a tables ItemArray to a property items on node.data - I use this to generate as much as I need rows - I have a binding an an itemTemplate defined.

I would like to know if it is possible to bind to another data property that will be updated, for instance: data.values.
I want a one-way binding from itemArray to data.values. Also, my ItemArray is an array of objects.

Can this be done?

Are you asking about having a Binding target be a data object property rather than a GraphObject property?

If so, no, Binding targets are only GraphObjects and RowColumnDefinitions.

I suggest that whenever you set one property on the data you also set the other one.