BindItems expressions cannot include dot or callable expressions
jamie-pate opened this issue · 0 comments
jamie-pate commented
E.G. if you create a BindItem you should be able to set item_text
= x.y()
to bind the text for each item to the y
method of the x
property of each item in the array