Back to Devexpress

PivotGridFieldBase.ActualDataType Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridfieldbase-43eee595.md

latest1.8 KB
Original Source

PivotGridFieldBase.ActualDataType Property

Gets the field’s actual data type.

Namespace : DevExpress.XtraPivotGrid

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

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Type

A Type representing the field’s actual data type.

|

Remarks

Use the ActualDataType property to obtain the actual data type of unbound fields. This property returns the Type, which corresponds to the field’s PivotGridFieldBase.UnboundType.

To obtain the type of a bound field, you can also use the PivotGridFieldBase.DataType property.

See Also

DataType

PivotGridFieldBase Class

PivotGridFieldBase Members

DevExpress.XtraPivotGrid Namespace