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 Class

A color scheme that specifies the report control’s appearance.

Namespace: DevExpress.XtraReports.Wizards.ColorSchemes

Assembly: DevExpress.XtraReports.v24.2.dll

NuGet Package: DevExpress.Reporting.Core

#Declaration

public class ColorScheme :
    NotifyPropertyChangedImplementation,
    ICloneable

The following members return ColorScheme objects:

Library Related API Members
WPF Controls ChooseReportColorSchemePage.ColorScheme
.NET Reporting Tools ChooseReportColorSchemePageView.ColorScheme
IChooseReportColorSchemePageView.ColorScheme
ReportModel.ReportColorScheme

#Remarks

The Choose a Report Color Scheme wizard page allows you to apply a predefined color scheme to a report. You can also create a custom color scheme based on a specific color and its variations.

This page is available for Table and Vertical reports.

You can provide a custom color scheme set on this wizard page. Refer to IColorSchemeStorage for information on how to create a custom color scheme storage and add new color schemes to it.

#Inheritance

Object
DevExpress.XtraReports.Native.NotifyPropertyChangedImplementation
ColorScheme
See Also