Skip to main content
All docs
V26.1
  • OptionsPrinting.DailyReportShowInterval Property

    Specifies whether to add the time interval element to daily reports. This is a dependency property.

    Namespace: DevExpress.Xpf.Scheduling

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

    NuGet Package: DevExpress.Wpf.Scheduling

    Declaration

    public bool DailyReportShowInterval { get; set; }

    Property Value

    Type Description
    Boolean

    true, to add the interval element to daily reports; otherwise, false

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to DailyReportShowInterval
    SchedulerControl
    .OptionsPrinting .DailyReportShowInterval

    Remarks

    The image below illustrates a report with the time interval element.

    See Also