wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridfield-657936c7.md
Gets or sets the text displayed within the Grand Total‘s header that corresponds to the current field. This is a dependency property.
Namespace : DevExpress.Xpf.PivotGrid
Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll
NuGet Package : DevExpress.Wpf.PivotGrid
public string GrandTotalText { get; set; }
Public Property GrandTotalText As String
| Type | Description |
|---|---|
| String |
A string that represents the text displayed within the Grand Total‘s header that corresponds to the current field.
|
This property allows the default text displayed within the Grand Total‘s header that corresponds to the current field to be overridden. This text is displayed when the current field is displayed within the Data Area and only when either of the following conditions is met:
When the GrandTotalText property is set to an empty string the default text for the Grand Total’s header is constructed in the form: “FieldCaption Total”. Here “FieldCaption” is the actual text displayed within the Field Header, which can be customized via the PivotGridField.Caption property. The default “Total” substring can be localized. See the Localizing WPF Controls via Localizer Objects document for more information.
See Also