Skip to main content

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

NuGet Package: 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