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

ASPxScheduler.ResourceColorSchemas Property

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

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraSerializableProperty(XtraSerializationVisibility.Collection, true, false, true)]
public SchedulerColorSchemaCollection ResourceColorSchemas { get; }

Property Value

Type Description
DevExpress.Web.ASPxScheduler.SchedulerColorSchemaCollection

A SchedulerColorSchemaCollection object.

See Also