Skip to main content

QueryResourceColorSchemaEventArgs(Resource, Int32) Constructor

In This Article

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

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.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