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

ISchedulerColorSchemaCollection<T>.Item[Int32] Property

Gets a SchedulerColorSchema by its number.

Namespace: DevExpress.XtraScheduler

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

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

Declaration

T this[int index] { get; }

Parameters

Name Type Description
index Int32

An integer specifying the scheme number.

Property Value

Type Description
T

A SchedulerColorSchema object.

See Also