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

TimelineView.DisplayedIntervalCount Property

Gets or sets the number of time intervals simultaneously visible within the Timeline View‘s scrollable area.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

[DefaultValue(0)]
public int DisplayedIntervalCount { get; set; }

Property Value

Type Default Description
Int32 0

An integer value specifying the number of intervals.

Remarks

The DisplayedIntervalCount property determines how many time intervals are simultaneously visible within the Timeline View‘s scrollable area. Setting this property automatically enables horizontal scrolling if the following conditions are met.

See Also