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.v19.1.dll

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

Declaration

ColorScheme ColorScheme { get; set; }

Property Value

Type Description
ColorScheme

A ColorScheme object that specifies the selected color scheme.

See Also