Back to Devexpress

ASPxVerticalGridSummaryItem.GetTotalSummaryDisplayText(VerticalGridRow, Object) Method

aspnet-devexpress-dot-web-dot-aspxverticalgridsummaryitem-dot-gettotalsummarydisplaytext-x28-devexpress-dot-web-dot-verticalgridrow-system-dot-object-x29.md

latest1.8 KB
Original Source

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.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public string GetTotalSummaryDisplayText(
    VerticalGridRow row,
    object value
)
vb
Public Function GetTotalSummaryDisplayText(
    row As VerticalGridRow,
    value As Object
) As String

Parameters

NameTypeDescription
rowVerticalGridRow

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

TypeDescription
String

A String value that is the summary display text.

|

See Also

ASPxVerticalGridSummaryItem Class

ASPxVerticalGridSummaryItem Members

DevExpress.Web Namespace