Back to Devexpress

ColorScheme Class

xtrareports-devexpress-dot-xtrareports-dot-wizards-dot-colorschemes.md

latest2.7 KB
Original Source

ColorScheme Class

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

Namespace : DevExpress.XtraReports.Wizards.ColorSchemes

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public class ColorScheme :
    NotifyPropertyChangedImplementation,
    ICloneable
vb
Public Class ColorScheme
    Inherits NotifyPropertyChangedImplementation
    Implements ICloneable

The following members return ColorScheme objects:

LibraryRelated API Members
WPF ControlsChooseReportColorSchemePage.ColorScheme
.NET Reporting ToolsChooseReportColorSchemePageView.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

ColorScheme Members

DevExpress.XtraReports.Wizards.ColorSchemes Namespace