Skip to main content

CustomSummaryEventArgs Constructors

Provides data for the GridControl.CustomSummary event.
Name Parameters Description
CustomSummaryEventArgs() none Initializes a new instance of the CustomSummaryEventArgs class.
CustomSummaryEventArgs(Int32, Object, Object, Int32, CustomSummaryProcess, Object, Int32) controllerRow, totalValue, fieldValue, groupRowHandle, summaryProcess, item, groupLevel Creates a new CustomSummaryEventArgs object.
See Also