Back to Devexpress

XRPivotGridStyles.CellStyle Property

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

latest1.7 KB
Original Source

XRPivotGridStyles.CellStyle Property

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

Namespace : DevExpress.XtraReports.UI.PivotGrid

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

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

Property Value

TypeDefaultDescription
XRControlStylenull

An XRControlStyle object.

|

Remarks

If the CellStyle isn’t set, data cells are printed using the appearance settings, which are accessed via the PrintAppearance.Cell property of a pivot grid’s XRPivotGrid.Appearance.

See Also

XRPivotGridStyles Class

XRPivotGridStyles Members

DevExpress.XtraReports.UI.PivotGrid Namespace