Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SchedulerColorSchemaCollection.GetSchema(Color, Int32) Method

Creates a color schema based on the schema with the specified index with the specified base color.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.2.dll

NuGet Package: DevExpress.Win.Scheduler

#Declaration

public SchedulerColorSchema GetSchema(
    Color color,
    int index
)

#Parameters

Name Type Description
color Color

A Color structure specifying the base color of the new schema.

index Int32

An integer specifying the index of a color schema used as a base for calculating a new schema.

#Returns

Type Description
SchedulerColorSchema

A SchedulerColorSchema object.

See Also