Skip to main content

ChooseReportColorSchemePageView.FillColorSchemes(IEnumerable<ColorScheme>) Method

Populates the list of available color schemes.

Namespace: DevExpress.XtraReports.Wizards.Views

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

NuGet Package: DevExpress.Win.Reporting

Declaration

public void FillColorSchemes(
    IEnumerable<ColorScheme> colorSchemes
)

Parameters

Name Type Description
colorSchemes IEnumerable<ColorScheme>

A collection of ColorScheme objects.

See Also