Skip to main content

GridTotalSummaryItem.GetFooterDisplayText(IFormatProvider, String, Object, String) Method

Returns the total summary item’s text in the summary panel.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public string GetFooterDisplayText(
    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 total summary item’s value.

columnDisplayFormat String

The pattern used to format column values.

#Returns

Type Description
String

The total summary item’s text in the summary panel.

See Also