Skip to main content
A newer version of this page is available. .

TimeCell.EndOfHour Property

Determines if the cell border is drawn with a darker color.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

public bool EndOfHour { get; set; }

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