Skip to main content
Version: 4.1

DataGridViewSummaryRow

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.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

Instance member DataGridViewSummaryRow(group, groupFromCol, groupToCol, summaryPosition)

Initializes a new instance of DataGridViewSummaryRow.

NameTypeDescription
groupDataGridViewRow[]An array of the DataGridViewRow summarized by the group row being created.
groupFromColDataGridViewColumnThe first DataGridViewColumn delimiting the group.
groupToColDataGridViewColumnThe last DataGridViewColumn delimiting the group.
summaryPositionSummaryRowPositionThe SummaryRowPosition indicated by the AddSummaryRows method call.

Throws:

Properties

Instance member GroupFromColumn

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

Instance member GroupRows

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

Instance member GroupToColumn

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

Instance member SummaryPosition

SummaryRowPosition: Returns the SummaryRowPosition of this DataGridViewSummaryRow.

Implements

NameDescription
IUserDataProvides access to the UserData and Tag properties associated to the component implementing this interface.