Skip to main content

SchedulerPrintAdapter.GetResourceColorSchemas() Method

Returns a collection of color schemes used for visual representation of Resources in the Scheduler.

Namespace: DevExpress.XtraScheduler.Reporting

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public ISchedulerColorSchemaCollection<SchedulerColorSchemaBase> GetResourceColorSchemas()

Returns

Type Description
ISchedulerColorSchemaCollection<DevExpress.XtraScheduler.SchedulerColorSchemaBase>

A SchedulerColorSchemaCollection which contains color schemes for the scheduler’s resources.

Remarks

The GetResourceColorSchemas method enables you to obtain the original SchedulerControl.ResourceColorSchemas value if the SchedulerPrintAdapter.ResourceColorSchemas property is set differently.

See Also