Skip to main content

TimeIntervalInfoBase.PrintTimeInterval Property

Gets the time interval printed by the control.

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 time interval.

See Also