Back to Devexpress

PivotGridFieldBase.CellFormat Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridfieldbase-30fd119a.md

latest1.5 KB
Original Source

PivotGridFieldBase.CellFormat Property

Provides access to the format settings applied to cells.

Namespace : DevExpress.XtraPivotGrid

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

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
public FormatInfo CellFormat { get; }
vb
Public ReadOnly Property CellFormat As FormatInfo

Property Value

TypeDescription
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.

See Also

PivotGridFieldBase Class

PivotGridFieldBase Members

DevExpress.XtraPivotGrid Namespace