Back to Devexpress

ASPxSummaryItem.GetTotalFooterDisplayText(GridViewColumn, Object) Method

aspnet-devexpress-dot-web-dot-aspxsummaryitem-dot-gettotalfooterdisplaytext-x28-devexpress-dot-web-dot-gridviewcolumn-system-dot-object-x29.md

latest2.9 KB
Original Source

ASPxSummaryItem.GetTotalFooterDisplayText(GridViewColumn, Object) Method

Formats the specified value according to the current total summary item’s format settings, when the summary is displayed within the grid’s footer.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public string GetTotalFooterDisplayText(
    GridViewColumn column,
    object value
)
vb
Public Function GetTotalFooterDisplayText(
    column As GridViewColumn,
    value As Object
) As String

Parameters

NameTypeDescription
columnGridViewColumn

A GridViewColumnobject that specifies the column, the values of which are aggregated by the summary.

| | value | Object |

An object that is the summary value.

|

Returns

TypeDescription
String

A String value that is the summary display text.

|

Remarks

The pattern used to format the summary value can be specified by a summary item’s ASPxSummaryItemBase.DisplayFormat or ASPxSummaryItemBase.ValueDisplayFormat property, or by the underlying column’s EditPropertiesBase.DisplayFormatString property. If no format pattern is specified explicitly, the default pattern used to format values of the predefined summary types is used (see Format Summary Value to learn more).

See Also

GetGroupRowDisplayText(GridViewColumn, Object)

GetGroupFooterDisplayText(GridViewColumn, Object)

DisplayFormat

ValueDisplayFormat

Grid View

ASPxSummaryItem Class

ASPxSummaryItem Members

DevExpress.Web Namespace