Back to Devexpress

PivotGridFieldBase.GetGrandTotalText() Method

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridfieldbase-ad508c91.md

latest2.0 KB
Original Source

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

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

Declaration

csharp
public virtual string GetGrandTotalText()
vb
Public Overridable Function GetGrandTotalText As String

Returns

TypeDescription
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

GrandTotalText

PivotGridFieldBase Class

PivotGridFieldBase Members

DevExpress.XtraPivotGrid Namespace