Back to Devexpress

XRPivotGridStyles.CustomTotalCellStyle Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-pivotgrid-dot-xrpivotgridstyles-fabff645.md

latest1.8 KB
Original Source

XRPivotGridStyles.CustomTotalCellStyle Property

Gets or sets a style which is used to print custom total cells.

Namespace : DevExpress.XtraReports.UI.PivotGrid

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[DefaultValue(null)]
public virtual XRControlStyle CustomTotalCellStyle { get; set; }
vb
<DefaultValue(Nothing)>
Public Overridable Property CustomTotalCellStyle As XRControlStyle

Property Value

TypeDefaultDescription
XRControlStylenull

An XRControlStyle object.

|

Remarks

If the CustomTotalCellStyle isn’t set, custom total cells are printed using the appearance settings, which are accessed via the PrintAppearance.CustomTotalCell property of a pivot grid’s XRPivotGrid.Appearance.

See Also

XRPivotGridStyles Class

XRPivotGridStyles Members

DevExpress.XtraReports.UI.PivotGrid Namespace