Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ColorScheme Constructors

A color scheme that specifies the report control’s appearance.
Name Parameters Description
ColorScheme(String, Color, Color, Color, Color, Color, Color, Color) name, detail1Caption, detail2Caption, detail3Caption, detail1Odd, color1, color2, color3 Initializes a new instance of the ColorScheme class with the specified color components.
ColorScheme(String, Color) name, baseColor Initializes a new instance of the ColorScheme class with the specified base color.
ColorScheme(String, String, Color, Color, Color, Color, Color, Color, Color) name, displayName, detail1Caption, detail2Caption, detail3Caption, detail1Odd, color1, color2, color3 Initializes a new instance of the ColorScheme class with the specified scheme’s display name and color components.
ColorScheme(String, String, Color) name, displayName, baseColor Initializes a new instance of the ColorScheme class with the specified scheme’s display name and base color.
See Also