ASPxVerticalGridSummaryItem.GetTotalSummaryDisplayText(VerticalGridRow, Object) Method
In This Article
Formats the specified value according to the current total summary item’s format settings in the summary panel.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public string GetTotalSummaryDisplayText(
VerticalGridRow row,
object value
)
#Parameters
Name | Type | Description |
---|---|---|
row | Vertical |
A Vertical |
value | Object | An object that is the summary value. |
#Returns
Type | Description |
---|---|
String | A String value that is the summary display text. |
See Also