Skip to main content
All docs
V26.1
  • 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.v26.1.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