Skip to main content

IThreadSafeField.DataType Property

Gets the field's data type.

Namespace: DevExpress.Xpf.PivotGrid

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

#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