Skip to main content

SingleWeekCellBase.Interval Property

Retrieves the specific time interval within the SingleWeekCellBase instance.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public override TimeInterval Interval { get; set; }

Property Value

Type Description
TimeInterval

A TimeInterval object that is the time interval.

See Also