GridTotalSummaryItem.GetFooterDisplayText(IFormatProvider, String, Object, String) Method
In This Article
Returns the total summary item’s text in the summary panel.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
language | IFormat |
The text’s language. |
column |
String | The column’s caption. |
value | Object | The total summary item’s value. |
column |
String | The pattern used to format column values. |
#Returns
Type | Description |
---|---|
String | The total summary item’s text in the summary panel. |
See Also