Back to Devexpress

PivotGridCustomSummaryEventArgsBase<T> Properties

corelibraries-devexpress-dot-xtrapivotgrid-dot-data-dot-pivotgridcustomsummaryeventargsbase-1-dot-underscore-properties.md

latest2.4 KB
Original Source

PivotGridCustomSummaryEventArgsBase<T> Properties

Serves as a base for classes that provide data for summary calculation events.

NameDescription
ColumnFieldGets the column field that corresponds to the current cell.
ColumnFieldValueGets the value of the column field that corresponds to the current cell.
CustomValueGets or sets a custom summary value.
DataFieldGets the data field against which the summary is calculated.
FieldNameGets the name of the data field against which the summary is calculated.
RowFieldGets the row field that corresponds to the current cell.
RowFieldValueGets the value of the row field that corresponds to the current cell.
SummaryValueGets an object that contains the values of the predefined summaries which are calculated for the current cell.

See Also

PivotGridCustomSummaryEventArgsBase<T> Class

PivotGridCustomSummaryEventArgsBase<T> Members

DevExpress.XtraPivotGrid.Data Namespace