Back to Devexpress

DayViewTimeCells.ShowWorkTimeOnly Property

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-dot-dayviewtimecells-732e11ac.md

latest1.9 KB
Original Source

DayViewTimeCells.ShowWorkTimeOnly Property

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

Namespace : DevExpress.XtraScheduler.Reporting

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

NuGet Package : DevExpress.Win.SchedulerReporting

Declaration

csharp
[DefaultValue(false)]
[XtraSerializableProperty]
public bool ShowWorkTimeOnly { get; set; }
vb
<DefaultValue(False)>
<XtraSerializableProperty>
Public Property ShowWorkTimeOnly As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

WorkTime

WorkTimeChanged

ValidateWorkTime

DayViewTimeCells Class

DayViewTimeCells Members

DevExpress.XtraScheduler.Reporting Namespace