PivotCellEventArgsBase<TField, TData, TCustomTotal>.RowCustomTotal Property
In This Article
Gets the row custom total which contains the current cell.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
TCustom |
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