Skip to main content
A newer version of this page is available. .

GridViewCustomBindingGetSummaryValuesArgs Constructors

Provides arguments to implement a method delegate of the GridViewCustomBindingGetSummaryValuesHandler type.
Name Parameters Description
GridViewCustomBindingGetSummaryValuesArgs(GridViewModel, IList<GridViewGroupInfo>, List<GridViewSummaryItemState>) state, groupInfoList, summaryItems Initializes a new instance of the GridViewCustomBindingGetSummaryValuesArgs class with the specified settings.
See Also