SummaryItemBase.GetFooterDisplayText(IFormatProvider, String, Object, String) Method
In This Article
Returns the total summary item’s text displayed within the summary panel.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
language | IFormat |
The language. |
column |
String | A String value that specifies the column’s caption. |
value | Object | The summary item’s value. |
column |
String | A String value that specifies the pattern used to format column values. |
#Returns
Type | Description |
---|---|
String | A String value that is the total summary item’s text displayed within the summary panel. |
See Also