Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PrintColorSchema Enum

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

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v24.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. Appointment colors are taken into account only for appointments colorized by labels. Custom colors set on the AppointmentViewInfoCustomizing and custom draw events are ignored.

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