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.v19.2.Core.dll

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