Skip to main content

PivotGridField.CellFormat Property

Provides access to the format settings applied to cells.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

#Declaration

public FormatInfo CellFormat { get; }

#Property Value

Type Description
FormatInfo

A FormatInfo object that provides the format settings applied to cells.

See Also