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

TimelineCellControl.IsWorkTime Property

Gets whether the time cell belongs to the work time interval. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling.Visual

Assembly: DevExpress.Xpf.Scheduling.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public bool IsWorkTime { get; }

Property Value

Type Description
Boolean

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

Remarks

The IsWorkTime value is obtained from the TimelineCellViewModel.IsWorkTime property of the underlying View Model.

See Also