All pages
Powered by GitBook
1 of 1

Loading...

SummaryRowPosition

Wisej.Web.SummaryRowPosition

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.0.0.0)

Determines the location where to insert the DataGridViewSummaryRow.

public enum SummaryRowPosition : Enum
Public Enum SummaryRowPosition As [Enum]

Fields

Name
Description

Used By

Name
Description

Above

The summary row is inserted above the group.

Below

The summary row is inserted below the group.

Parent

The summary row is created a the parent row of the group.

DataGridView.AddSummaryRows

Creates or updates a DataGridViewSummaryRow for each group limited by the values in column groupCol .

DataGridView.RemoveSummaryRows

Removes the summary rows that match the specified summaryPosition .

DataGridViewSummaryRow.SummaryPosition

Returns the SummaryRowPosition of this DataGridViewSummaryRow.