Back to Devexpress

SchedulerStoragePrintAdapter.ResourceColorSchemas Property

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-dot-schedulerstorageprintadapter.md

latest1.7 KB
Original Source

SchedulerStoragePrintAdapter.ResourceColorSchemas Property

Gets the color schemas used to paint resources in the report.

Namespace : DevExpress.XtraScheduler.Reporting

Assembly : DevExpress.XtraScheduler.v25.2.Reporting.dll

NuGet Package : DevExpress.Win.SchedulerReporting

Declaration

csharp
public SchedulerColorSchemaCollection ResourceColorSchemas { get; }
vb
Public ReadOnly Property ResourceColorSchemas As SchedulerColorSchemaCollection

Property Value

TypeDescription
SchedulerColorSchemaCollection

A SchedulerColorSchemaCollection object which contains color schemes used to display resources.

|

Remarks

If the resource color schema collection is modified, the SchedulerPrintAdapter.ResourceColorsChanged event occurs.

See Also

SchedulerStoragePrintAdapter Class

SchedulerStoragePrintAdapter Members

DevExpress.XtraScheduler.Reporting Namespace