Wisej.Web.DataGridViewSummaryRow
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.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.
group
groupFromCol
groupToCol
summaryPosition
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
summaryPosition
groupFromCol
groupToCol
Returns: Boolean.
Provides access to the UserData
and Tag
properties associated to the component implementing this interface.
An array of the summarized by the group row being created.
The first delimiting the group.
The last delimiting the group.
The indicated by the method call.