ComponentOne DataGrid for WPF and Silverlight
GetResultText Method (DataGridAggregate)

C1.WPF.DataGrid.Summaries Namespace > DataGridAggregate Class : GetResultText Method
The rows to which the aggregate function will be applied.
The column to which the aggregate function is applied.
if set to true the aggregate function will be applied recursively over the rows collection.
Gets the text containing the result of the aggregate function after the ResultFormat is applied.
Syntax
'Declaration
 
Public Overridable Function GetResultText( _
   ByVal rows As DataGridRowCollection, _
   ByVal column As DataGridColumn, _
   ByVal recursive As System.Boolean _
) As System.String
public virtual System.string GetResultText( 
   DataGridRowCollection rows,
   DataGridColumn column,
   System.bool recursive
)

Parameters

rows
The rows to which the aggregate function will be applied.
column
The column to which the aggregate function is applied.
recursive
if set to true the aggregate function will be applied recursively over the rows collection.
See Also

Reference

DataGridAggregate Class
DataGridAggregate Members