Skip to main content

PivotGridField.CellStyle Property

Gets style settings for cells.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public PivotCellStyle CellStyle { get; }

Property Value

Type Description
PivotCellStyle

A PivotCellStyle object which contains style settings used to paint cells.

See Also