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
975
Accessing a summary row appearance
posted

I use the init layout event to set the summary row appearance, caption and values, but that's grid wide.  

I've been trying to set the backcolor of summary rows for a particular groupby row collection so that it matches the groupbyrow.Appearance.BackColor, which I set in the InitializeGroupbyRow event.  I can get the summary VALUES from the summary row, (e.Rows.SummaryValues from the InitializeRowsCollection event, (I think I did)),  but the appearance eludes me.  (I've read here in the forums that the summary row, isn't a row actually, which makes sense, as the init_row never finds a summary row.  So, then I wonder what the row.isSummaryRow property for?  )

Thanks,

Bill