Back to Devexpress

FieldValueCellBase Class

corelibraries-devexpress-dot-xtrapivotgrid-dot-data.md

latest2.0 KB
Original Source

FieldValueCellBase Class

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

Namespace : DevExpress.XtraPivotGrid.Data

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

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

Declaration

csharp
public class FieldValueCellBase
vb
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:

Inheritance

Object FieldValueCellBase FieldValueCellBase<T>

FieldValueCell

FieldValueCell

FieldValueCell

See Also

FieldValueCellBase Members

DevExpress.XtraPivotGrid.Data Namespace