SchedulerPrintAdapter.ResourceColorSchemas Property
In This Article
Gets the color schemas used to paint resources in the report.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v25.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
public ISchedulerColorSchemaCollection<SchedulerColorSchemaBase> ResourceColorSchemas { get; }
#Property Value
Type | Description |
---|---|
IScheduler |
An IScheduler |
#Remarks
If the resource color schema collection is modified, the SchedulerPrintAdapter.ResourceColorsChanged event occurs.
See Also