Skip to main content
A newer version of this page is available. .
Tag

PivotGridField.DataType Property

Gets the field’s data type.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

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

Property Value

Type Description
Type

A Type that specifies the field’s data type.

See Also