Gets the style settings used to paint cells within custom Totals.
Namespace:DevExpress.Web.ASPxPivotGrid
Assembly:DevExpress.Web.ASPxPivotGrid.v18.2.dll

Syntax
C# |
public PivotCellStyle CustomTotalCellStyle { get; }
|
VB |
Public ReadOnly Property CustomTotalCellStyle As PivotCellStyle
|
Property value
Type:
PivotCellStyle
A PivotCellStyle object that contains the style settings.

See Also