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

TimeCellsControlBase.PrintColorSchemas Property

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

Namespace: DevExpress.XtraScheduler.Reporting

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

NuGet Package: DevExpress.Win.SchedulerReporting

#Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public TimeCellsPrintColorSchemaOptions PrintColorSchemas { get; }

#Property Value

Type Description
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