FieldValueCellBase.Value Property
In This Article
Gets the field value represented by the cell.
Namespace: DevExpress.XtraPivotGrid.Data
Assembly: DevExpress.PivotGrid.v14.2.Core.dll
#Declaration
#Property Value
Type | Description |
---|---|
Object | The field value represented by the cell. |
#Remarks
To obtain whether the current cell represents a field value, or it is an automatic total, grand total or custom total column/row header, use the FieldValueCellBase.ValueType property. If the cell is a total, grand total or data field header, the Value property returns null.
See Also