Back to Devexpress

TimeCellsControlBase.PrintColorSchemas Property

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-dot-timecellscontrolbase-73f0ebb8.md

latest2.2 KB
Original Source

TimeCellsControlBase.PrintColorSchemas Property

Provides access to options specifying the color mode for printing 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 TimeCellsPrintColorSchemaOptions PrintColorSchemas { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public ReadOnly Property PrintColorSchemas As TimeCellsPrintColorSchemaOptions

Property Value

TypeDescription
DevExpress.XtraScheduler.Reporting.TimeCellsPrintColorSchemaOptions

A DevExpress.XtraScheduler.Reporting.TimeCellsPrintColorSchemaOptions object containing color mode settings for elements of the TimeCellsControlBase descendant.

|

Remarks

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

See Also

PrintColorSchema

PrintColorSchemas

TimeCellsControlBase Class

TimeCellsControlBase Members

DevExpress.XtraScheduler.Reporting Namespace