GridGroupSummaryItem.GetGroupDisplayText(IFormatProvider, String, Object, String) Method
In This Article
Returns the group summary item’s text. This text is displayed in group rows.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public string GetGroupDisplayText(
IFormatProvider language,
string columnCaption,
object value,
string columnDisplayFormat
)
#Parameters
Name | Type | Description |
---|---|---|
language | IFormat |
The text’s language. |
column |
String | The column’s caption. |
value | Object | The group summary item’s value. |
column |
String | The pattern used to format column values. |
#Returns
Type | Description |
---|---|
String | The group summary item’s text. |
See Also