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

ASPxSchedulerPrintAdapterBase.ResourceColorSchemas Property

Gets the color schemas used to paint resource columns in a grouped view.

Namespace: DevExpress.Web.ASPxScheduler.Reporting

Assembly: DevExpress.Web.ASPxScheduler.v18.2.dll

Declaration

public SchedulerColorSchemaCollection ResourceColorSchemas { get; }

Property Value

Type Description
DevExpress.Web.ASPxScheduler.SchedulerColorSchemaCollection

A SchedulerColorSchemaCollection object.

See Also