Back to Devexpress

PivotCellEventArgsBase<TField, TData, TCustomTotal> Properties

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotcelleventargsbase-3-dot-underscore-properties.md

latest2.6 KB
Original Source

PivotCellEventArgsBase<TField, TData, TCustomTotal> Properties

Provides data for events which are invoked for particular cells.

NameDescription
ColumnCustomTotalGets the column custom total which displays the current cell.
ColumnFieldGets the innermost column field which corresponds to the processed cell.
ColumnFieldIndexFor internal use.
ColumnIndexGets the visual index of the column that contains the processed cell.
ColumnValueTypeGets the type of column which contains the processed cell.
DataFieldGets the data field which identifies the column where the processed cell resides.
RowCustomTotalGets the row custom total which contains the current cell.
RowFieldGets the innermost row field that corresponds to the processed cell.
RowFieldIndexFor internal use.
RowIndexGets the index of the row that contains the processed cell.
RowValueTypeGets the type of row that contains the processed cell.
SummaryTypeGets the summary type of the currently processed value.
SummaryValueGets the summary value currently being processed.
ValueGets the processed cell’s value.

See Also

PivotCellEventArgsBase<TField, TData, TCustomTotal> Class

PivotCellEventArgsBase<TField, TData, TCustomTotal> Members

DevExpress.XtraPivotGrid Namespace