Skip to main content

ISchedulerColorSchemaCollection<T>.Item[Int32] Property

Gets a SchedulerColorSchema by its number.

Namespace: DevExpress.XtraScheduler

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

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