Skip to main content

SchedulerViewBase.LayoutChanged() Method

In This Article

Updates the current view of the SchedulerControl.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public virtual void LayoutChanged()

#Remarks

The LayoutChanged method is used to indicate that the current view's layout has been changed, and it needs to be repainted.

This 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 when the view needs to be updated.

See Also