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

IThreadSafeField.DataType Property

Gets the field’s data type.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

Type DataType { get; }

Property Value

Type Description
Type

The Type.

Remarks

The DataType property provides thread-safe access to the field’s PivotGridFieldBase.DataType property.

Use the DataType property when handling events in asynchronous mode. For more information, see Asynchronous Mode.

See Also