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

DayViewTimeCells.ShowWorkTimeOnly Property

Specifies whether the displayed time interval is restricted to work time only.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v20.2.Reporting.dll

NuGet Package: DevExpress.Win.SchedulerReporting

Declaration

[DefaultValue(false)]
[XtraSerializableProperty]
public bool ShowWorkTimeOnly { get; set; }

Property Value

Type Default Description
Boolean **false**

true to show only the work time interval; otherwise, false.

Remarks

The ShowWorkTimeOnly property determines whether only the interval defined by the SchedulerPrintAdapter.WorkTime property is printed.

See Also