Skip to main content

ISchedulerColorSchemaCollection<T>.GetSchema(Int32) Method

Provides access to a color schema by its index.

Namespace: DevExpress.XtraScheduler

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

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