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.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
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.