SummaryItemBase.GetFooterDisplayText(IFormatProvider, String, Object, String) Method
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 | IFormatProvider | The language. |
columnCaption | String | A String value that specifies the column’s caption. |
value | Object | The summary item’s value. |
columnDisplayFormat | 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