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

QueryResourceColorSchemaEventArgs(Resource, Int32) Constructor

Initializes new instance of the QueryResourceColorSchemaEventArgs class with the specified settings.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v20.2.Core.Desktop.dll

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.Scheduler.CoreDesktop

Declaration

public QueryResourceColorSchemaEventArgs(
    Resource resource,
    int resourceColorIndex
)

Parameters

Name Type Description
resource Resource

A Resource object that specifies the resource.

resourceColorIndex Int32

An integer which specifies an index of the color schema in a SchedulerColorSchemaCollection collection.

See Also