A newer version of this page is available.
Switch to the current version.
FieldValueCellBase.Value Property
Gets the field value represented by the cell.
Namespace: DevExpress.XtraPivotGrid.Data
Assembly: DevExpress.PivotGrid.v18.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
Feedback