Skip to main content
A newer version of this page is available. .
Tab

ASPxCardViewSummaryItem.GetTotalSummaryDisplayText(CardViewColumn, Object) Method

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public string GetTotalSummaryDisplayText(
    CardViewColumn column,
    object value
)

Parameters

Name Type Description
column CardViewColumn

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

value Object

An object that is the summary value.

Returns

Type Description
String

A String value that is the summary display text.

See Also