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

SchedulerColorSchemaCollection Class

A collection of color schemas.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.1.dll

Declaration

public class SchedulerColorSchemaCollection :
    SchedulerColorSchemaCollectionBase<SchedulerColorSchema>

Remarks

The SchedulerColorSchemaCollection class is a collection of SchedulerColorSchema objects which define colors used to paint cells assigned to a certain resource in a grouped view.

A collection of color schemas can be accessed via the Scheduler Control’s SchedulerControl.ResourceColorSchemas property.

To learn more about the resource color schemas, review the Custom Appearance module in our demo application. It demonstrates how to modify individual schema settings and allows you to observe the results immediately.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the SchedulerColorSchemaCollection class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
DXCollectionBase<SchedulerColorSchema>
DXCollection<SchedulerColorSchema>
NotificationCollection<SchedulerColorSchema>
DevExpress.XtraScheduler.SchedulerColorSchemaCollectionBase<SchedulerColorSchema>
SchedulerColorSchemaCollection
See Also