SummaryRowPosition
Wisej.Web.SummaryRowPosition
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Determines the location where to insert the DataGridViewSummaryRow.
Fields
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. |
Used By
Name | Description |
---|---|
Creates or updates a DataGridViewSummaryRow for each group limited by the values in column groupCol . | |
Removes the summary rows that match the specified summaryPosition . | |
Returns the SummaryRowPosition of this DataGridViewSummaryRow. |
Last updated