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

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