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

IThreadSafeField.DataType Property

Gets the field’s data type.

Namespace: DevExpress.Xpf.PivotGrid

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

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

Declaration

Type DataType { get; }

Property Value

Type Description
Type

A Type that specifies the field’s data type.

Remarks

This property returns the PivotGridField.DataType property value.

See Also