Skip to main content

DayView.TopRowTimeChanged Event

Occurs after the DayView.TopRowTime property value was changed.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: 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