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
85
Conditional Formatting of Summary Values in UltraWinGrid
posted

Is it possible to put a conditional formatting on summary values? 

 i.e. for a normal column:

 universeGrid.DisplayLayout.Bands[0].Columns["Total"].ValueBasedAppearance = ....;

Can be defined conditionally, but there doesnt seem to be a way to define forecolor conditionally only:

SummarySettings summary = ......;

summary.Appearance.ForeColor = ....