Skip to main content

PivotGridStyles.CellStyle Property

Gets the style settings used to paint cells.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public PivotCellStyle CellStyle { get; }

#Property Value

Type Description
PivotCellStyle

A PivotCellStyle object that contains the style settings.

See Also