DataGridViewSummaryRow
Wisej.Web.DataGridViewSummaryRow
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Represents a summary row in a DataGridView control.
public class DataGridViewSummaryRow : DataGridViewRow
You may derive from this class, and override CreateSummaryRow, to create custom DataGridViewSummaryRow rows.
Constructors
DataGridViewSummaryRow(group, groupFromCol, groupToCol, summaryPosition)

Initializes a new instance of DataGridViewSummaryRow.
summaryPosition
The SummaryRowPosition indicated by the AddSummaryRows method call.
Throws:
ArgumentNullExceptiongroup is null.
Properties
GroupFromColumn

DataGridViewColumn: Returns the first DataGridViewColumn used to determine the group breaks.
GroupRows

DataGridViewRow[]: Returns the array of rows that have been aggregated in this DataGridViewSummaryRow.
GroupToColumn

DataGridViewColumn: Returns the last DataGridViewColumn used to determine the group breaks.
SummaryPosition

SummaryRowPosition: Returns the SummaryRowPosition of this DataGridViewSummaryRow.
Implements
Provides access to the UserData
and Tag
properties associated to the component implementing this interface.
Last updated
Was this helpful?