Skip to main content

ASPxScheduler.ResourceColorSchemas Property

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

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public SchedulerColorSchemaCollection ResourceColorSchemas { get; }

Property Value

Type Description
DevExpress.Web.ASPxScheduler.SchedulerColorSchemaCollection

A SchedulerColorSchemaCollection object.

See Also