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

ISchedulerColorSchemaCollection<T>.GetSchema(Int32, Int32) Method

Get a color schema by its number or create a new schema based on the specified color value.

Namespace: DevExpress.XtraScheduler

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

Declaration

T GetSchema(
    int colorValue,
    int index
)

Parameters

Name Type Description
colorValue Int32

An integer that is the ARGB color value.

index Int32

An integer that is the number of a scheme.

Returns

Type Description
T

A SchedulerColorSchema object.

See Also