Back to Devexpress

PivotCellBaseEventArgs.RowValueType Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotcellbaseeventargs-c24cbb8e.md

latest2.0 KB
Original Source

PivotCellBaseEventArgs.RowValueType Property

Gets the type of the cell’s row header.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public FieldValueType RowValueType { get; }
vb
Public ReadOnly Property RowValueType As FieldValueType

Property Value

TypeDescription
FieldValueType

A FieldValueType enumeration member that specifies the type of the cell’s 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

Use the PivotCellBaseEventArgs.ColumnValueType property to obtain the type of the cell’s column header.

See Also

ColumnValueType

PivotCellBaseEventArgs Class

PivotCellBaseEventArgs Members

DevExpress.Xpf.PivotGrid Namespace