PivotCellBaseEventArgs.RowCustomTotal Property
In This Article
Gets the custom total to which the processed cell's row corresponds.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
#Remarks
If the processed cell does not reside in a custom total row, the RowCustomTotal property returns null.
If the cell resides in a custom total column, use the PivotCellBaseEventArgs.ColumnCustomTotal property to obtain the corresponding custom total.
You can obtain whether the processed cell resides in a custom total column or row via the PivotCellBaseEventArgs.ColumnValueType and PivotCellBaseEventArgs.RowValueType properties, respectively.
See Also