SchedulerPrintAdapter.TimeSpanRange Property
Gets or sets the time range representing the working time for a day. This is a dependency property.
Namespace: DevExpress.Xpf.Scheduling.Reporting
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Property Value
Type | Description |
---|---|
TimeSpanRange | A TimeSpanRange object representing the work time range. |
Remarks
Use the TimeSpanRange property to set the work time range for the report. Handle the SchedulerPrintAdapter.ValidateWorkTime event to check and modify the work time when the report is being built and the controls are rendered.
See Also