DayView.TopRowTime Property
Gets or sets the time of day corresponding to the topmost visible time.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v20.2.dll
Declaration
Property Value
Type | Description |
---|---|
TimeSpan | A TimeSpan object, representing the topmost visible time of day. |
Remarks
Use this property to scroll the scheduler, so that the time cell area starts with the specified time of day. The following picture illustrates a DayView with TopRowTime set to 9:15.
The client-side equivalent is the ASPxClientScheduler.SetTopRowTime function.
NOTE
If the scheduler area is not scrollable, the TopRowTime setting has no effect. This is the case when the DevExpress.Web.ASPxScheduler.DayViewStyles.ScrollAreaHeight property is set to a value high enough to display the entire scheduler's area without scrolling. Decrease its value to force the scroll bar to appear, so the TopRowTime becomes effective.