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

TimelineView.IntervalCount Property

Gets or sets the total number of time intervals displayed in the Timeline View.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v18.2.dll

Declaration

[DefaultValue(10)]
public int IntervalCount { get; set; }

Property Value

Type Default Description
Int32 10

An integer, specifying how many time intervals are displayed at once.

Remarks

Use this property to specify the total number of time intervals displayed in the working area. The type of interval (month, day, hour) corresponds to the most detailed enabled time scale. This scale can be accessed via the TimelineView.GetBaseTimeScale property.

To specify how many time intervals are simultaneously visible within the Timeline View‘s scrollable area, use the TimelineView.DisplayedIntervalCount property.

See Also