ColorSchemeStorage.GetColorSchemes() Method
Retrieves the collection of color schemes from the storage.
Namespace: DevExpress.XtraReports.Wizards.ColorSchemes
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Returns
Type | Description |
---|---|
IEnumerable<ColorScheme> | A collection of ColorScheme objects. |
Implements
See Also