Back to Devexpress

PrintColorSchema Enum

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-524d48f2.md

latest1.9 KB
Original Source

PrintColorSchema Enum

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

Namespace : DevExpress.XtraScheduler.Reporting

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

NuGet Package : DevExpress.Win.SchedulerReporting

Declaration

csharp
public enum PrintColorSchema
vb
Public Enum PrintColorSchema

Members

NameDescription
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.

| | GrayScale |

Prints Scheduler elements in shades of gray.

| | BlackAndWhite |

Prints Scheduler elements in black-and-white.

|

The following properties accept/return PrintColorSchema values:

See Also

DevExpress.XtraScheduler.Reporting Namespace