Skip to main content

IThreadSafeField.DataType Property

Gets the field’s data type.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: 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