Skip to main content

GridGroupSummaryItem.GetGroupDisplayText(IFormatProvider, String, Object, String) Method

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 IFormatProvider

The text’s language.

columnCaption String

The column’s caption.

value Object

The group summary item’s value.

columnDisplayFormat String

The pattern used to format column values.

#Returns

Type Description
String

The group summary item’s text.

See Also