Back to Devexpress

PivotCustomSummaryEventArgs Properties

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotcustomsummaryeventargs-dot-underscore-properties.md

latest2.5 KB
Original Source

PivotCustomSummaryEventArgs Properties

Provides data for the PivotGridControl.CustomSummary event.

NameDescription
ColumnFieldGets the column field that corresponds to the current cell.
ColumnFieldValueGets the value of the column field which 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 which corresponds to the current cell.
SummaryValueGets an object which contains the values of the predefined summaries that are calculated for the current cell.
ThreadSafeColumnFieldGets the column field that corresponds to the current cell. Provides read-only access to field settings.
ThreadSafeDataFieldGets the data field against which the summary is calculated. Provides read-only access to field settings.
ThreadSafeRowFieldGets the row field that corresponds to the current cell.

See Also

PivotCustomSummaryEventArgs Class

PivotCustomSummaryEventArgs Members

DevExpress.Xpf.PivotGrid Namespace