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

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.v19.2.dll

Declaration

public 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.

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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the LayoutChanged() method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also