Skip to main content

IChooseReportColorSchemePageView.ColorScheme Property

If implemented, specifies the selected color scheme.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v23.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