Back to Devexpress

SchedulerColorSchemaCollection Class

windowsforms-devexpress-dot-xtrascheduler-19331c98.md

latest3.2 KB
Original Source

SchedulerColorSchemaCollection Class

A collection of color schemas.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public class SchedulerColorSchemaCollection :
    SchedulerColorSchemaCollectionBase<SchedulerColorSchema>
vb
Public Class SchedulerColorSchemaCollection
    Inherits SchedulerColorSchemaCollectionBase(Of SchedulerColorSchema)

The following members return SchedulerColorSchemaCollection objects:

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.

Inheritance

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

See Also

SchedulerColorSchemaCollection Members

ResourceColorSchemas

DevExpress.XtraScheduler Namespace