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

Declaration

void FillColorSchemes(
    IEnumerable<ColorScheme> colorSchemes
)

Parameters

Name Type Description
colorSchemes IEnumerable<ColorScheme>

A collection of ColorScheme objects.

See Also