SchedulerColorSchemaCollection.GetSchema(Color, Int32) Method
In This Article
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 |
---|---|
Scheduler |
A Scheduler |
See Also