'Declaration
Public Overridable Function GetResult( _ ByVal rows As DataGridRowCollection, _ ByVal column As DataGridColumn, _ ByVal recursive As System.Boolean _ ) As System.Windows.Controls.ContentPresenter
public virtual System.Windows.Controls.ContentPresenter GetResult( 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.