ColorSchemeStorage.AddColorScheme(ColorScheme) Method
Adds a color scheme to the storage.
Namespace: DevExpress.XtraReports.Wizards.ColorSchemes
Assembly: DevExpress.XtraReports.v25.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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. |
Implements
See Also