Back to Devexpress

CalendarControl.PrintTimeInterval Property

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-dot-calendarcontrol-f716ed45.md

latest1.8 KB
Original Source

CalendarControl.PrintTimeInterval Property

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

Namespace : DevExpress.XtraScheduler.Reporting

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

NuGet Package : DevExpress.Win.SchedulerReporting

Declaration

csharp
[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public TimeInterval PrintTimeInterval { get; }
vb
<Browsable(False)>
<XtraSerializableProperty(XtraSerializationVisibility.Hidden)>
Public ReadOnly Property PrintTimeInterval As TimeInterval

Property Value

TypeDescription
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

CalendarControl Class

CalendarControl Members

DevExpress.XtraScheduler.Reporting Namespace