Skip to main content

PivotGridFieldBase.DataType Property

Gets the field’s data type.

Namespace: DevExpress.XtraPivotGrid

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

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

Declaration

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

Property Value

Type Description
Type

The Type.

See Also