Version

DeferredCalculationsEnabled Property

Indicates whether certain calculations can be deferred to optimize calculation of loaded rows.
Syntax
'Declaration
 
Public Property DeferredCalculationsEnabled As Boolean
public bool DeferredCalculationsEnabled {get; set;}
Remarks

When true, certain calculations may be deferred if the objects they reference are not in view. This applies to iterated calculation references only, such as UltraWebGrid rows. If possible, objects indicating that they are in-view will be calculated before objects that are out-of-view.

In some cases, deferring calculations is not possible. For example, if there is a footer on a column, then all the of the values in the column must have been calculated (and therefore cannot be deferred) before the footer value can be determined.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also