Skip to main content

FieldValueCellBase Class

Serves as the base for classes that represent field value cells.

Namespace: DevExpress.XtraPivotGrid.Data

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

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

Declaration

public class FieldValueCellBase

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