Skip to main content
A newer version of this page is available. .

XRPivotGridStyles.CellStyle Property

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

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

[DefaultValue(null)]
public virtual XRControlStyle CellStyle { get; set; }

Property Value

Type Default Description
XRControlStyle *null*

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