Skip to main content

XRPivotGrid.TotalCellStyleName Property

Gets or sets the name of the style assigned to the XRPivotGridStyles.TotalCellStyle property.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[Browsable(false)]
public virtual string TotalCellStyleName { get; set; }

Property Value

Type Description
String

A String value, which represents the style name.

Remarks

Normally, you don’t need to use this property. Instead, access the cell style via the XRPivotGridStyles.TotalCellStyle property of a pivot grid’s XRControl.Styles.

See Also