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

ChooseReportColorSchemePageView.FillColorSchemes(IEnumerable<ColorScheme>) Method

Populates the list of available color schemes.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v18.2.Extensions.dll

Declaration

public void FillColorSchemes(
    IEnumerable<ColorScheme> colorSchemes
)

Parameters

Name Type Description
colorSchemes IEnumerable<ColorScheme>

A collection of ColorScheme objects.

See Also