SchedulerViewBase.LayoutChanged() Method
Updates the View and forces the scheduler control to display any changes made to the View’s layout.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v22.2.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Remarks
The LayoutChanged method is used to indicate that the current View’s layout has been changed and it needs to be repainted.
The LayoutChanged method recalculates all the graphical information of the current View and redraws it. This method is automatically called when changes are applied to the View. You can also call this method manually to update the View.