Xceed DataGrid for Silverlight Documentation
RequiresAccumulation Property (AverageFunction)


Gets a value indicating whether the statistical function needs to accumulate its own results.
Syntax
'Declaration
 
Protected Friend Overrides ReadOnly Property RequiresAccumulation As Boolean
'Usage
 
Dim instance As AverageFunction
Dim value As Boolean
 
value = instance.RequiresAccumulation
protected internal override bool RequiresAccumulation {get;}

Property Value

The Average function does not require accumulation; therefore, it will always return false and the Accumulate method will never be called.

Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

AverageFunction Class
AverageFunction Members
Base Implementation in RequiresAccumulation

Send Feedback