SummaryItemBase.GetGroupColumnDisplayText(IFormatProvider, String, Object, String) Method
Returns the text corresponding to a group summary item. This text is displayed within group rows and is aligned to the specified column.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
public string GetGroupColumnDisplayText(
IFormatProvider language,
string columnCaption,
object value,
string columnDisplayFormat
)
Parameters
Name | Type | Description |
---|---|---|
language | IFormatProvider | The language. |
columnCaption | String | A String value that specifies the column’s caption. |
value | Object | The group 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 specifies the group summary item’s text. |
See Also