CalendarControl.PrintTimeInterval Property
In This Article
Gets the time interval (in days) currently displayed by the linked time cells.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v24.2.Reporting.dll
NuGet Package: DevExpress.Win.SchedulerReporting
#Declaration
[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public TimeInterval PrintTimeInterval { get; }
#Property Value
Type | Description |
---|---|
Time |
A Time |
#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