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

IColorSchemeStorage.AddColorScheme(ColorScheme) Method

If implemented, adds a color scheme to the storage.

Namespace: DevExpress.XtraReports.Wizards.ColorSchemes

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

bool AddColorScheme(
    ColorScheme colorScheme
)

Parameters

Name Type Description
colorScheme ColorScheme

A ColorScheme object that specifies the color scheme to be added.

Returns

Type Description
Boolean

true, if the color scheme is added successfully; otherwise, false.

See Also