DayView.VisibleRowCountChanged Event
Occurs after the number of visible rows is changed within a Day View.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
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