A newer version of this page is available.
Switch to the current version.
PrintAppearance.CustomTotalCell Property
Gets the appearance settings used to print custom total cells.
Namespace: DevExpress.PivotGrid.Printing
Assembly: DevExpress.PivotGrid.v18.2.Core.dll
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public PrintAppearanceObject CustomTotalCell { get; set; }
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public Property CustomTotalCell As PrintAppearanceObject
Property Value
Type | Description |
---|---|
PrintAppearanceObject | A PrintAppearanceObject value that provides the appearance settings used to print custom total cells. |
Remarks
The CustomTotalCell 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.CustomTotalCell property description.
See Also
Feedback