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

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.v18.2.dll

Declaration

public TimeSpanRange TimeSpanRange { get; set; }

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