Skip to main content

SchedulerViewInfoBase.CalcFinalLayout() Method

Calculates the final layout for display of all visible elements of the current scheduler view on the screen.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public virtual void CalcFinalLayout()

Remarks

This method is intended for internal use only. Normally, you don’t need to use it.

See Also