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

IColorSchemeStorage.GetColorSchemes() Method

If implemented, retrieves the collection of color schemes from the storage.

Namespace: DevExpress.XtraReports.Wizards.ColorSchemes

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

IEnumerable<ColorScheme> GetColorSchemes()

Returns

Type Description
IEnumerable<ColorScheme>

A collection of ColorScheme objects.

See Also