Back to Devexpress

PivotGridField.DataType Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridfield-e602550c.md

latest1.1 KB
Original Source

PivotGridField.DataType Property

Gets the field’s data type.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
[Browsable(false)]
public override Type DataType { get; }
vb
<Browsable(False)>
Public Overrides ReadOnly Property DataType As Type

Property Value

TypeDescription
Type

The Type.

|

See Also

PivotGridField Class

PivotGridField Members

DevExpress.XtraPivotGrid Namespace