GrapeCity.Win.MultiRow Namespace : SummaryCellValueCachePolicy Enumeration |
Public Enum SummaryCellValueCachePolicy Inherits System.Enum
Dim instance As SummaryCellValueCachePolicy
public enum SummaryCellValueCachePolicy : System.Enum
Member | Description |
---|---|
Always | The MathStatistics calculation caches values in any data source and also supports caching values in virtual mode. |
Default | The 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. |
Never | The MathStatistics calculation recalculates every time the summary repaints. |
System.Object
System.ValueType
System.Enum
GrapeCity.Win.MultiRow.SummaryCellValueCachePolicy
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