A newer version of this page is available.
Switch to the current version.
DayView.VisibleRowCountChanged Event
Occurs after the number of visible rows is changed within a Day View.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.dll
Declaration
public event ChangeEventHandler VisibleRowCountChanged
Public Event VisibleRowCountChanged As ChangeEventHandler
Event Data
The VisibleRowCountChanged event's data class is DevExpress.XtraScheduler.ChangeEventArgs.
Remarks
This event occurs in multiple instances when the top row time in the Day View is changed:
- when the time cells area is scrolled within the Day View;
- when a Scheduler Control is resized, and its SchedulerControl.ActiveView is the Day View.
See Also
Feedback