Skip to main content

SchedulerViewInfoBase.DeferredExecuteNavigationButtonsLayoutCalculator(Graphics) Method

For internal use. The method is required for the animated view navigation.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public void DeferredExecuteNavigationButtonsLayoutCalculator(
    Graphics g
)

Parameters

Name Type Description
g Graphics

A Graphics object that outputs to the graphics buffer.

See Also