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.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
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.
- The TimelineView.IntervalCount property is set.
- The value of the DisplayedIntervalCount property is less than or equal to the value of the TimelineView.IntervalCount property.
See Also