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.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
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