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

PrintAppearance.FieldValueGrandTotal Property

Gets the appearance settings used to print grand total headers.

Namespace: DevExpress.PivotGrid.Printing

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

Declaration

public PrintAppearanceObject FieldValueGrandTotal { get; set; }

Property Value

Type Description
PrintAppearanceObject

A PrintAppearanceObject value that provides the appearance settings used to print the grand total headers.

Remarks

The FieldValueGrandTotal property is overridden to change the type of the returned object from AppearanceObject to PrintAppearanceObject.

For more information on this property, refer to the PivotGridAppearancesBase.FieldValueGrandTotal property description.

See Also