Skip to main content

CalendarControl.PrintTimeInterval Property

Gets the time interval (in days) currently displayed by the linked time cells.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v23.2.Reporting.dll

NuGet Package: DevExpress.Win.SchedulerReporting

Declaration

[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public TimeInterval PrintTimeInterval { get; }

Property Value

Type Description
TimeInterval

A TimeInterval object, representing the interval in days.

Remarks

When the report is rendered, it creates multiple instances of the time cell control and associated calendar control. Each printed instance is distinguished by its time and/or resource property. The PrintTimeInterval property corresponds to the time interval displayed by the linked time cell control instance.

See Also