Back to Devexpress

PivotCellEventArgsBase<TField, TData, TCustomTotal>.RowCustomTotal Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotcelleventargsbase-3-1f02480d.md

latest1.7 KB
Original Source

PivotCellEventArgsBase<TField, TData, TCustomTotal>.RowCustomTotal Property

Gets the row custom total which contains the current cell.

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

csharp
public TCustomTotal RowCustomTotal { get; }
vb
Public ReadOnly Property RowCustomTotal As TCustomTotal

Property Value

TypeDescription
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

ColumnCustomTotal

PivotCellEventArgsBase<TField, TData, TCustomTotal> Class

PivotCellEventArgsBase<TField, TData, TCustomTotal> Members

DevExpress.XtraPivotGrid Namespace