GrapeCity MultiRow Windows Forms Documentation
SummaryCellValueCachePolicy Enumeration


Specifies the policy that determines how the MathStatistics calculation of the summary cell caches values.
Syntax
Public Enum SummaryCellValueCachePolicy 
   Inherits System.Enum
Dim instance As SummaryCellValueCachePolicy
public enum SummaryCellValueCachePolicy : System.Enum 
Members
MemberDescription
AlwaysThe MathStatistics calculation caches values in any data source and also supports caching values in virtual mode.
DefaultThe MathStatistics calculation caches values with unbound mode and most cases of databinding mode (DataTable, DataSet, BindingSource, BindingList, and so on). In this policy, the MathStatistics calculation does not cache values with virtual mode or when DataSource is Array.
NeverThe MathStatistics calculation recalculates every time the summary repaints.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Win.MultiRow.SummaryCellValueCachePolicy

Requirements

Target Platforms: 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

Reference

GrapeCity.Win.MultiRow Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.