Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

CalendarControl.PrintTimeInterval Property

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
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