Back to Devexpress

DayViewTimeCells.PrintColorSchemas Property

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-dot-dayviewtimecells-a4444775.md

latest2.3 KB
Original Source

DayViewTimeCells.PrintColorSchemas Property

Provides access to options specifying the color mode for printing of certain view elements.

Namespace : DevExpress.XtraScheduler.Reporting

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

NuGet Package : DevExpress.Win.SchedulerReporting

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public DayViewTimeCellsPrintColorSchemaOptions PrintColorSchemas { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public ReadOnly Property PrintColorSchemas As DayViewTimeCellsPrintColorSchemaOptions

Property Value

TypeDescription
DevExpress.XtraScheduler.Reporting.DayViewTimeCellsPrintColorSchemaOptions

A DevExpress.XtraScheduler.Reporting.DayViewTimeCellsPrintColorSchemaOptions object containing color mode settings for elements of the DayViewTimeCells control.

|

Remarks

The PrintColorSchemas property enables you to specify different color modes (e.g. color and shades of gray) for different elements of the DayViewTimeCells control.The PrintColorSchemas settings override the global report setting applied via the XtraSchedulerReport.PrintColorSchema property.

See Also

PrintColorSchema

PrintColorSchemas

DayViewTimeCells Class

DayViewTimeCells Members

DevExpress.XtraScheduler.Reporting Namespace