Wisej.Web.DataGridViewSummaryRow
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents a summary row in a DataGridView control.
You may derive from this class, and override CreateSummaryRow, to create custom DataGridViewSummaryRow rows.
Initializes a new instance of DataGridViewSummaryRow.
Name | Type | Description |
---|---|---|
Throws:
ArgumentNullException group is null.
DataGridViewColumn: Returns the first DataGridViewColumn used to determine the group breaks.
DataGridViewRow[]: Returns the array of rows that have been aggregated in this DataGridViewSummaryRow.
DataGridViewColumn: Returns the last DataGridViewColumn used to determine the group breaks.
SummaryRowPosition: Returns the SummaryRowPosition of this DataGridViewSummaryRow.
group
An array of the DataGridViewRow summarized by the group row being created.
groupFromCol
The first DataGridViewColumn delimiting the group.
groupToCol
The last DataGridViewColumn delimiting the group.
summaryPosition
The SummaryRowPosition indicated by the AddSummaryRows method call.