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

DayView.TopRowTimeChanged Event

Occurs after the DayView.TopRowTime property value was changed.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Scheduler

Declaration

[Browsable(false)]
public event ChangeEventHandler TopRowTimeChanged

Event Data

The TopRowTimeChanged event's data class is DevExpress.XtraScheduler.ChangeEventArgs.

Remarks

This event occurs, for instance, when the time cells area is scrolled within the Day View.

See Also