Skip to main content

PivotGridFieldBase.ActualDataType Property

Gets the field’s actual data type.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public Type ActualDataType { get; }

Property Value

Type Description
Type

A Type representing the field’s actual data type.

Remarks

Use the ActualDataType property to obtain the actual data type of unbound fields. This property returns the Type, which corresponds to the field’s PivotGridFieldBase.UnboundType.

To obtain the type of a bound field, you can also use the PivotGridFieldBase.DataType property.

See Also