Skip to main content

TimeCell.IsWorkTime Property

Determines if the cell belongs to the working time range and should be colored accordingly.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v24.1.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public bool IsWorkTime { get; set; }

Property Value

Type Description
Boolean

true if the cell belongs to the working time range; otherwise, false.

See Also