Back to Devexpress

PivotFieldValueEventArgsBase<T>.ValueType Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotfieldvalueeventargsbase-1-830f7136.md

latest2.5 KB
Original Source

PivotFieldValueEventArgsBase<T>.ValueType Property

Gets the type of the currently processed header of a column or a row.

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

csharp
public PivotGridValueType ValueType { get; }
vb
Public ReadOnly Property ValueType As PivotGridValueType

Property Value

TypeDescription
PivotGridValueType

A PivotGridValueType enumeration value that specifies the type of the currently processed column or row header.

|

Available values:

NameDescription
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 currently processed header is a field value, grand total header, automatic total header or custom total header.

See Also

PivotFieldValueEventArgsBase<T> Class

PivotFieldValueEventArgsBase<T> Members

DevExpress.XtraPivotGrid Namespace