Back to Devexpress

SchedulerViewBase.Invalidate Method

windowsforms-devexpress-dot-xtrascheduler-dot-schedulerviewbase-dot-invalidate.md

latest746 B
Original Source

SchedulerViewBase.Invalidate Method

NameParametersDescription
Invalidate()noneInvalidates the region occupied by the current View (adds it to the control’s update region which will be repainted during the next paint operation), and causes a paint message to be sent to the scheduler control.
Invalidate(Rectangle)boundsInvalidates the specified region of the current View (adds it to the control’s update region which will be repainted during the next paint operation), and sends a paint message to the scheduler control.