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

IChooseReportColorSchemePageView.FillColorSchemes(IEnumerable<ColorScheme>) Method

If implemented, populates the list of available color schemes.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

void FillColorSchemes(
    IEnumerable<ColorScheme> colorSchemes
)

Parameters

Name Type Description
colorSchemes IEnumerable<ColorScheme>

A collection of ColorScheme objects.

See Also