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

TimelineCellViewModel.IsWorkTime Property

Gets whether the time cell belongs to the work time interval.

Namespace: DevExpress.Xpf.Scheduling.VisualData

Assembly: DevExpress.Xpf.Scheduling.v19.1.dll

Declaration

public bool IsWorkTime { get; }

Property Value

Type Description
Boolean

True, if the cell belongs to the working time interval; otherwise, false.

See Also