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

ISchedulerColorSchemaCollection<T>.GetSchema(Int32) Method

Provides access to a color schema by its index.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

T GetSchema(
    int index
)

Parameters

Name Type Description
index Int32

An integer specifying the number of a color schema.

Returns

Type Description
T

A SchedulerColorSchema object containing in the collection.

See Also