IChooseReportColorSchemePageView.FillColorSchemes(IEnumerable<ColorScheme>) Method
If implemented, populates the list of available color schemes.
Namespace: DevExpress.XtraReports.Wizards.Views
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
colorSchemes | IEnumerable<ColorScheme> | A collection of ColorScheme objects. |
See Also