TimeIntervalInfoBase.PrintTimeInterval Property
Gets the time interval printed by the control.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v20.2.Reporting.dll
Declaration
[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public TimeInterval PrintTimeInterval { get; }
<Browsable(False)>
<XtraSerializableProperty(XtraSerializationVisibility.Hidden)>
Public ReadOnly Property PrintTimeInterval As TimeInterval
Property Value
Type | Description |
---|---|
TimeInterval | A TimeInterval object representing the time interval. |
See Also
Feedback