Skip to main content

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.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

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