A newer version of this page is available.
Switch to the current version.
SingleWeekCellBase.Interval Property
Retrieves the specific time interval within the SingleWeekCellBase instance.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v18.2.dll
Declaration
public override TimeInterval Interval { get; set; }
Public Overrides Property Interval As TimeInterval
Property Value
Type | Description |
---|---|
TimeInterval | A TimeInterval object that is the time interval. |
See Also
Feedback