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

QueryResourceColorSchemaEventArgs.ResourceColorIndex Property

Gets the index of the processed resource’s color schema in a SchedulerColorSchemaCollection collection.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

public int ResourceColorIndex { get; }

Property Value

Type Description
Int32

An integer which specifies the resource’s color schema index.

See Also