Back to Devexpress

PivotCustomDrawCellBaseThreadSafeEventArgs.RowCustomTotal Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotcustomdrawcellbasethreadsafeeventargs-4a96fda5.md

latest2.3 KB
Original Source

PivotCustomDrawCellBaseThreadSafeEventArgs.RowCustomTotal Property

Gets the row custom total that contains the current cell.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

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

Property Value

TypeDescription
PivotGridCustomTotal

A PivotGridCustomTotal object, which specifies the row custom total that contains the current cell.

|

Remarks

If the currently processed cell belongs to a row custom total, the RowCustomTotal property returns the corresponding PivotGridCustomTotal object. If the cell does not belong to a row custom total, null is returned.

To obtain the column custom total that contains the current cell, use the PivotCustomDrawCellBaseThreadSafeEventArgs.ColumnCustomTotal property.

See Also

ColumnCustomTotal

PivotCustomDrawCellBaseThreadSafeEventArgs Class

PivotCustomDrawCellBaseThreadSafeEventArgs Members

DevExpress.XtraPivotGrid Namespace