Skip to main content

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

Returns the total summary item’s text displayed within a Footer Cell.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public string GetFooterDisplayText(
    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 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 a footer cell.

See Also