FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridAggregateFunction Class
Properties Methods


In This Topic
    GridAggregateFunction Class Members
    In This Topic

    The following tables list the members exposed by GridAggregateFunction.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyGets or sets a predefined aggregate function.  
    Public Propertystatic (Shared in Visual Basic)Returns the average value of the non-null cells in the group.  
    Public PropertyGets or sets a formatted string to convert the value to string.  
    Public Propertystatic (Shared in Visual Basic)Returns the count of non-null values in the group.  
    Public PropertyGets whether the function is needs numeric values to be computed.  
    Public Propertystatic (Shared in Visual Basic)Returns the maximum value in the group.  
    Public Propertystatic (Shared in Visual Basic)Returns the minimum value in the group.  
    Public Propertystatic (Shared in Visual Basic)Returns the difference between the maximum and minimum values in the group.  
    Public Propertystatic (Shared in Visual Basic)Returns the sample standard deviation of the values in the group (uses the formula based on n-1).  
    Public Propertystatic (Shared in Visual Basic)Returns the population standard deviation of the values in the group (uses the formula based on n).  
    Public Propertystatic (Shared in Visual Basic)Returns the sum of all values in the group.  
    Public Propertystatic (Shared in Visual Basic)Returns the sample variance of the values in the group (uses the formula based on n-1).  
    Public Propertystatic (Shared in Visual Basic)Returns the population variance of the values in the group (uses the formula based on n).  
    Top
    Public Methods
     NameDescription
    Public Method  
    Public Method  
    Public MethodGets the value resulting of applying this function to a collection of rows for the specified column.  
    Top
    See Also