Skip to main content
A newer version of this page is available. .

SingleWeekCellBase.Interval Property

Retrieves the specific time interval within the SingleWeekCellBase instance.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

public override TimeInterval Interval { get; set; }

Property Value

Type Description
TimeInterval

A TimeInterval object that is the time interval.

See Also