The two following lines don't work, how can I achieve something equivalant to these? How can I get the 'Control' color?
e.Layout.Override.SummaryFooterCaptionAppearance.BackColor = Infragistics.Win.SystemColor.Control e.Layout.Override.SummaryFooterCaptionAppearance.BackColor = System.Drawing.KnownColor.Control
Perfect. Thanks.
I didn't test this, but I assume it would be like:
e.Layout.Override.SummaryFooterCaptionAppearance.BackColor = SystemColors.Control