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

PivotGridFieldBase.CellFormat Property

Provides access to the format settings applied to cells.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v17.2.Core.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public FormatInfo CellFormat { get; }

Property Value

Type Description
FormatInfo

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

Remarks

To learn more about formatting values displayed in the Pivot Grid, see Data Formatting.

The following code snippets (auto-collected from DevExpress Examples) contain references to the CellFormat property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also