Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1325
How to get 'cumulative' appearance of cell?
posted

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.

  • 3565
    Suggested Answer
    posted

    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.