Skip to main content
A newer version of this page is available. .

DayView.VisibleRowCountChanged Event

Occurs after the number of visible rows is changed within a Day View.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

[Browsable(false)]
public event ChangeEventHandler VisibleRowCountChanged

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:

See Also