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

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

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