SchedulerColorSchema(Color) Constructor
Initializes a new instance of the SchedulerColorSchema class and assigns values to its members using the parameter as a color base.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| baseColor | Color | A Color value specifying the color to be used for calculating other colors of the color schema. |
Remarks
The parameter of this call to a class constructor becomes a SchedulerColorSchema.BaseColor of the schema. It is used to calculate other schema colors.
See Also