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

XtraSchedulerReport.PrintColorSchema Property

Gets or sets the color mode used to print the report.

Namespace: DevExpress.XtraScheduler.Reporting

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

Declaration

[DefaultValue(PrintColorSchema.Default)]
[XtraSerializableProperty]
public PrintColorSchema PrintColorSchema { get; set; }

Property Value

Type Default Description
PrintColorSchema **Default**

A PrintColorSchema enumeration member, specifying the color mode.

Available values:

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

Remarks

The color mode can also be specified for certain scheduler report elements, irrespective the global PrintColorSchema setting. For example, you can print appointments and the all-day area in full color, while the report will be printed in gray scale. See the DayViewTimeCells.PrintColorSchemas and the TimeCellsControlBase.PrintColorSchemas properties.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the PrintColorSchema property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also