Skip to main content

SchedulerControl.ResourceColorSchemas Property

Gets the color schemas used to paint resources of the scheduler control.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public SchedulerColorSchemaCollection ResourceColorSchemas { get; }

#Property Value

Type Description
SchedulerColorSchemaCollection

A DevExpress.XtraScheduler.SchedulerColorSchemaCollection object.

See Also