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.v18.2.dll

Declaration

IEnumerable<ColorScheme> GetColorSchemes()

Returns

Type Description
IEnumerable<ColorScheme>

A collection of ColorScheme objects.

See Also