Skip to main content

FieldValueCellBase.ValueType Property

Gets the type of the cell.

Namespace: DevExpress.XtraPivotGrid.Data

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

#Declaration

public PivotGridValueType ValueType { get; }

#Property Value

Type
PivotGridValueType

#Remarks

The ValueType property is overridden in the FieldValueCell class. To learn more, see FieldValueCell.ValueType.

See Also