Skip to main content

IColorSchemeStorage.AddColorScheme(ColorScheme) Method

If implemented, adds a color scheme to the storage.

Namespace: DevExpress.XtraReports.Wizards.ColorSchemes

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.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