DataViewCtrl IconTextColumn data type?

Hey, i can’t figure out what type of value i need to return in my DataViewModel’s GetValue method to make it work with an IconTextColumn. Whatever i do it just crashes with no message, other columns work.

***Edit: I tried some more googling and stumpled upon the DataViewIconText class, didn’t realize that was a thing before, nvm this question now.