CustomExportFieldValueEventArgsBase<T>.ValueType Property
Gets the type of the currently processed field value.
Namespace: DevExpress.PivotGrid.Printing
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
PivotGridValueType | A PivotGridValueType enumeration value that identifies the field value type. |
Available values:
Name | Description |
---|---|
Value | Corresponds to a field value. |
Total | Corresponds to an automatic total. |
GrandTotal | Corresponds to a grand total. |
CustomTotal | Corresponds to a custom total. |
Remarks
The ValueType property determines whether the processed value represents a field value, grand total, automatic total or custom total.
See Also