Skip to main content

SchedulerStoragePrintAdapter.ResourceColorSchemas Property

Gets the color schemas used to paint resources in the report.

Namespace: DevExpress.XtraScheduler.Reporting

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

NuGet Package: DevExpress.Win.SchedulerReporting

Declaration

public SchedulerColorSchemaCollection ResourceColorSchemas { get; }

Property Value

Type Description
SchedulerColorSchemaCollection

A SchedulerColorSchemaCollection object which contains color schemes used to display resources.

Remarks

If the resource color schema collection is modified, the SchedulerPrintAdapter.ResourceColorsChanged event occurs.

See Also