Hi.
How could I easily get 'cumulative' appearance of cell? For example, I'd like to get ForeColor, BackColor and Font settings by right-clicking on column. The problem is that ForeColor could be decalred on grid level, BackColor on band level so in this calse UltraGridColumn.CellAppearance properties do not return actual values.
Sounds like you would have to write the logic into your code to go through the "appearance hierarchy" to come up with what you are trying calculate. i.e. If cells appearance is not relevant check the column, then the band, etc.