Skip to main content

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

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