Skip to main content

QueryResourceColorSchemaEventArgs.ResourceColorIndex Property

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

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public int ResourceColorIndex { get; }

Property Value

Type Description
Int32

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

See Also