Skip to main content

DayViewTimeCells.ShowWorkTimeOnly Property

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

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v23.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