Skip to main content
A newer version of this page is available. .

PivotCellEventArgsBase<TField, TData, TCustomTotal>.RowCustomTotal Property

Gets the row custom total which contains the current cell.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

public TCustomTotal RowCustomTotal { get; }

Property Value

Type Description
TCustomTotal

A T object that is the row custom total containing the current cell.

Remarks

If the currently processed cell belongs to a row custom total, the RowCustomTotal property returns the corresponding row custom total object. If the cell doesn’t belong to a row custom total, null is returned.

See Also