TimeCell.EndOfHour Property
Determines if the cell border is drawn with a darker color.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Property Value
Type | Description |
---|---|
Boolean | true to use the dark color; otherwise, false. |
Remarks
If the EndOfHour is true, the SchedulerColorSchema.CellLightBorderDark or the SchedulerColorSchema.CellBorderDark color is used, depending on the TimeCell.IsWorkTime property Otherwise, the SchedulerColorSchema.CellLightBorder or the SchedulerColorSchema.CellBorder color is used, depending on the TimeCell.IsWorkTime property.
See Also