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
Declaration
[DefaultValue(false)]
[XtraSerializableProperty]
public bool ShowWorkTimeOnly { get; set; }
<DefaultValue(False)>
<XtraSerializableProperty>
Public Property ShowWorkTimeOnly As Boolean
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
Feedback