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

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.v18.2.Core.dll

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