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.v25.2.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
The IsWorkTime value is obtained from the TimelineCellViewModel.IsWorkTime property of the underlying View Model.
See Also