General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
XRPivotGrid.TotalCellStyleName Property
Gets or sets the name of the style assigned to the XRPivotGridStyles.TotalCellStyle property.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v19.2.dll
Declaration
[Browsable(false)]
public virtual string TotalCellStyleName { get; set; }
<Browsable(False)>
Public Overridable Property TotalCellStyleName As String
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
Feedback