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

PivotGridFieldBase.GetGrandTotalText() Method

Returns the actual text displayed within the Grand Total‘s header which corresponds to the current field.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v20.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

public virtual string GetGrandTotalText()

Returns

Type Description
String

A string that specifies the actual text displayed within the Grand Total‘s header which corresponds to the current field.

Remarks

This method returns the actual text displayed within the Grand Total‘s header that corresponds to the current field. Refer to the PivotGridFieldBase.GrandTotalText topic for more information.

See Also