As we know many of the Row/Cell properties have a value of "default" which implies they can inherit their value from their parent which can come from their Band, Grid, etc. Does Infragistics have a method that will get you to the actual underlying value?
Thanks,
Rich Andersen
Thanks that was what I was looking for!
Hi Rich,
Yeah, there are usually XXXResolved methods to get the actual value currently being used. But it depends on exactly what you are trying to get.
Look for a property that ends with "Resolved", for example if you need to know the actual Style, look for StyleResolved property.
Sometimes there is no inheritance and you need to look at documentation to see what default means.