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

IChooseReportColorSchemePageView.ColorScheme Property

If implemented, specifies the selected color scheme.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v21.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

ColorScheme ColorScheme { get; set; }

Property Value

Type Description
ColorScheme

A ColorScheme object that specifies the selected color scheme.

See Also