ISchedulerColorSchemaCollection<T>.GetSchema(Int32) Method
In This Article
Provides access to a color schema by its index.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
index | Int32 | An integer specifying the number of a color schema. |
#Returns
Type | Description |
---|---|
T | A Scheduler |
See Also