Why is the LayerItemViewModel.LayerType always null unless it's a "Group Layer"?
I'm writing a ValueConverter in order to display nodes differently in the Legend control based on their LayerType. For example, I need to know the difference between an Annotation Layer and an Annotation Sub Layer. Also, I need to know if a layer is a Raster Layer. I appear to be at a dead end though, because the Layer Type is always null in these cases.
Help!