IThreadSafeField.DataType Property
Gets the field’s data type.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
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