Skip to main content
A newer version of this page is available. .

ColorScheme Class

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

Namespace: DevExpress.XtraReports.Wizards.ColorSchemes

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public class ColorScheme :
    INotifyPropertyChanged,
    ICloneable

The following members return ColorScheme objects:

Library Related API Members
WPF Controls ChooseReportColorSchemePage.ColorScheme
Reporting ChooseReportColorSchemePageView.ColorScheme
IChooseReportColorSchemePageView.ColorScheme
ReportInfo.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 for information on how to create a custom color scheme storage and add new color schemes to it.

Inheritance

Object
ColorScheme
See Also