A newer version of this page is available.
Switch to the current version.
XRPivotGridStyles.CustomTotalCellStyle Property
Gets or sets a style which is used to print custom total cells.
Namespace: DevExpress.XtraReports.UI.PivotGrid
Assembly: DevExpress.XtraReports.v18.2.dll
Declaration
[DefaultValue(null)]
public virtual XRControlStyle CustomTotalCellStyle { get; set; }
<DefaultValue(Nothing)>
Public Overridable Property CustomTotalCellStyle As XRControlStyle
Property Value
Type | Default | Description |
---|---|---|
XRControlStyle | null |
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
Feedback