Skip to main content
A newer version of this page is available. .

SchedulerPrintAdapter.ResourceColorSchemas Property

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

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v20.2.Core.Desktop.dll

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.Scheduler.CoreDesktop

Declaration

public ISchedulerColorSchemaCollection<SchedulerColorSchemaBase> ResourceColorSchemas { get; }

Property Value

Type Description
ISchedulerColorSchemaCollection<DevExpress.XtraScheduler.SchedulerColorSchemaBase>

An ISchedulerColorSchemaCollection<T> 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