Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

PivotDataField.BaseItemType Property

Returns the type of the base item used by the “Show Values As” calculation option applied to the data field.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

PivotBaseItemType BaseItemType { get; }

Property Value

Type Description
PivotBaseItemType

A PivotBaseItemType object that specifies the base item type.

Remarks

To obtain a base field and base item used by a custom calculation option applied to the data field, use the PivotDataField.BaseField and PivotDataField.BaseItem properties, respectively.

See Also