I have a flex application with a treeview in it. The treeview items sometimes change their color to represent something different (e.g. colored red when they're not editable).
I'd like to try to access what I believe to be a color property of the object, but it seems that the GetStyle and GetPropertyValue methods are only available on the FlexElement types. I'm only able to represent my tree item as a FlexDataItem (which doesn't seem to have the property interrogation methods).
Any ideas on a workaround?