Skip to main content

FieldValueCell.ValueType Property

Gets the type of the cell.

Namespace: DevExpress.Xpf.PivotGrid

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

#Declaration

public FieldValueType ValueType { get; }

#Property Value

Type Description
FieldValueType

A FieldValueType enumeration member that specifies the type of the cell.

#Remarks

The ValueType property defines whether the current cell represents a field value, or it is an automatic total, grand total or custom total column/row header. In the first instance, use the FieldValueCellBase.Value property to obtain the field value.

See Also