Skip to main content

XtraSchedulerReport.GetResourceColorSchema(Resource) Method

Gets colors used to paint cells associated with a specified resource.

Namespace: DevExpress.XtraScheduler.Reporting

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

NuGet Package: DevExpress.Win.SchedulerReporting

Declaration

public SchedulerColorSchema GetResourceColorSchema(
    Resource resource
)

Parameters

Name Type Description
resource Resource

A Resource object that is the resource whose color schema is obtained.

Returns

Type Description
SchedulerColorSchema

A SchedulerColorSchema instance containing cell colors for a resource.

See Also