ISchedulerColorSchemaCollection<T>.GetSchema(Int32, Int32) Method
In This Article
Get a color schema by its number or create a new schema based on the specified color value.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
color |
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 Scheduler |
See Also