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

OptionsPrinting.PrintInterval Property

Specifies the date-time range used to create a report. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public DateTimeRange PrintInterval { get; set; }

Property Value

Type Description
DateTimeRange

A DevExpress.Mvvm.DateTimeRange object representing the date-time range.

Property Paths

You can access this nested property as listed below:

Object Type Path to PrintInterval
SchedulerControl
.OptionsPrinting .PrintInterval
See Also