Back to Devexpress

CustomSummaryEventArgs Properties

corelibraries-devexpress-dot-data-dot-customsummaryeventargs-dot-underscore-properties.md

latest2.2 KB
Original Source

CustomSummaryEventArgs Properties

Provides data for the GridView.CustomSummaryCalculate event.

NameDescription
FieldValueGets the processed field value.
GroupLevelGets the nested level of the group whose summary value is being calculated.
GroupRowHandleGets a value identifying the group row whose child data rows are involved in summary calculation.
IsGroupSummaryGets whether a group summary value is being calculated.
IsTotalSummaryGets whether a total summary value is being calculated.
ItemGets a summary item whose value is being calculated.
ModeSpecifies how summaries are calculated - against all rows or for the selected rows.
RowGets the currently processed row.
RowHandleGets the handle of the processed row.
SummaryProcessGets a value indicating calculation stage.
TotalValueGets or sets the total summary value.
TotalValueReadyGets or sets whether the Calculation stage of the custom summary calculation process should be skipped.

See Also

CustomSummaryEventArgs Class

CustomSummaryEventArgs Members

DevExpress.Data Namespace