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.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
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