FieldValueCellBase Class
In This Article
Serves as the base for classes that represent field value cells.
Namespace: DevExpress.XtraPivotGrid.Data
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
#Remarks
The FieldValueCellBase
object contains basic data on field value cells. The CustomFieldValueCells
event contains the e.GetCell
method that returns the FieldValueCellBase
descendants.
You can obtain the following information about field value cells:
See Also