Skip to main content
Version: 3.5

SummaryRowPosition

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Determines the location where to insert the DataGridViewSummaryRow.

public enum SummaryRowPosition : Enum

Fields

NameDescription
AboveThe summary row is inserted above the group.
BelowThe summary row is inserted below the group.
ParentThe summary row is created a the parent row of the group.

Used By

NameDescription
DataGridView.RemoveSummaryRowsRemoves the summary rows that match the specified summaryPosition and grouped by groupFromCol and groupToCol .
DataGridView.AddSummaryRowsCreates or updates a DataGridViewSummaryRow for each group limited by the values in column groupCol .
DataGridView.CreateSummaryRowInvoked by all the AddSummaryRows methods to create a new DataGridViewSummaryRow in relation to the specified group .
DataGridViewSummaryRow.SummaryPositionReturns the SummaryRowPosition of this DataGridViewSummaryRow.