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

PrintColorSchema Enum

Lists the color schemas applied to different elements of the report.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v20.2.Reporting.dll

NuGet Package: DevExpress.Win.SchedulerReporting

Declaration

public enum PrintColorSchema

Members

Name Description
Default

Prints Scheduler elements in default color mode.

FullColor

Prints Scheduler elements in full color.

PrintColorSchema_FullColor

GrayScale

Prints Scheduler elements in shades of gray.

PrintColorSchema_GrayScale

BlackAndWhite

Prints Scheduler elements in black-and-white.

PrintColorSchema_BW

Related API Members

The following properties accept/return PrintColorSchema values:

See Also