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

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.v19.1.dll

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