ASPxVerticalGridSummaryItem.GetTotalSummaryDisplayText(VerticalGridRow, Object) Method
Formats the specified value according to the current total summary item’s format settings in the summary panel.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| row | VerticalGridRow | A VerticalGridRow object that specifies the row, the values of which are aggregated by the summary. |
| value | Object | An object that is the summary value. |
Returns
| Type | Description |
|---|---|
| String | A String value that is the summary display text. |
See Also